git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d087790
)
[ARM] Don't include mach-types.h unnecessarily
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Thu, 29 Sep 2005 10:15:51 +0000
(11:15 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 29 Sep 2005 10:15:51 +0000
(11:15 +0100)
It's pointless to include mach-types.h if you're not going to use
anything from it. These references were removed as a result of:
grep -lr 'asm/mach-types\.h' . | xargs grep -L 'machine_is_\|MACH_TYPE_\|MACHINE_START\|machine_type'
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found