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:
96f951e
)
Remove all #inclusions of asm/system.h
author
David Howells
<dhowells@redhat.com>
Wed, 28 Mar 2012 17:30:03 +0000
(18:30 +0100)
committer
David Howells
<dhowells@redhat.com>
Wed, 28 Mar 2012 17:30:03 +0000
(18:30 +0100)
Remove all #inclusions of asm/system.h preparatory to splitting and killing
it. Performed with the following command:
perl -p -i -e 's!^#\s*include\s*<asm/system[.]h>.*\n!!' `grep -Irl '^#\s*include\s*<asm/system[.]h>' *`
Signed-off-by: David Howells <dhowells@redhat.com>
No differences found