Skip to content

Commit b69f22d

Browse files
benzeajmberg-intel
authored andcommitted
um: remove duplicate UM_NSEC_PER_SEC definition
Just remove the first entry as there is a second later on. Signed-off-by: Benjamin Berg <benjamin.berg@intel.com> Link: https://patch.msgid.link/20241103150506.1367695-4-benjamin@sipsolutions.net Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent 37c6911 commit b69f22d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/um/include/shared/common-offsets.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ DEFINE(KERNEL_MADV_REMOVE, MADV_REMOVE);
66
DEFINE(UM_KERN_PAGE_SIZE, PAGE_SIZE);
77
DEFINE(UM_KERN_PAGE_MASK, PAGE_MASK);
88
DEFINE(UM_KERN_PAGE_SHIFT, PAGE_SHIFT);
9-
DEFINE(UM_NSEC_PER_SEC, NSEC_PER_SEC);
109

1110
DEFINE(UM_GFP_KERNEL, GFP_KERNEL);
1211
DEFINE(UM_GFP_ATOMIC, GFP_ATOMIC);

0 commit comments

Comments
 (0)