Remove all #inclusions of asm/system.h
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>
Esse commit está contido em:
@@ -35,7 +35,6 @@
|
||||
#include <asm/io.h> /* CRIS_LED_* I/O functions */
|
||||
#include <asm/irq.h>
|
||||
#include <asm/dma.h>
|
||||
#include <asm/system.h>
|
||||
#include <asm/ethernet.h>
|
||||
#include <asm/cache.h>
|
||||
#include <arch/io_interface_mux.h>
|
||||
|
Referência em uma nova issue
Block a user