projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c398ff0
)
scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Fri, 17 May 2013 12:18:35 +0000
(14:18 +0200)
committer
Michal Marek
<mmarek@suse.cz>
Thu, 27 Jun 2013 22:18:11 +0000
(
00:18
+0200)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/mod/Makefile
patch
|
blob
|
history
diff --git
a/scripts/mod/Makefile
b/scripts/mod/Makefile
index 75d59fcd48b8268bbd4254bc2478ab12ca641b7c..ae21b898aba8d493738d2cb1cb2ed459ae7e56bb 100644
(file)
--- a/
scripts/mod/Makefile
+++ b/
scripts/mod/Makefile
@@
-15,8
+15,8
@@
endef
quiet_cmd_offsets = GEN $@
define cmd_offsets
(set -e; \
- echo "#ifndef __DEVICE
V
TABLE_OFFSETS_H__"; \
- echo "#define __DEVICE
V
TABLE_OFFSETS_H__"; \
+ echo "#ifndef __DEVICETABLE_OFFSETS_H__"; \
+ echo "#define __DEVICETABLE_OFFSETS_H__"; \
echo "/*"; \
echo " * DO NOT MODIFY."; \
echo " *"; \