From 9ffc93f203c18a70623f21950f1dd473c9ec48cd Mon Sep 17 00:00:00 2001 From: David Howells Date: Wed, 28 Mar 2012 18:30:03 +0100 Subject: 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*.*\n!!' `grep -Irl '^#\s*include\s*' *` Signed-off-by: David Howells --- fs/coda/inode.c | 1 - fs/coda/psdev.c | 1 - fs/coda/upcall.c | 1 - 3 files changed, 3 deletions(-) (limited to 'fs/coda') diff --git a/fs/coda/inode.c b/fs/coda/inode.c index 05156c1..2870597 100644 --- a/fs/coda/inode.c +++ b/fs/coda/inode.c @@ -21,7 +21,6 @@ #include #include -#include #include #include diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c index 8f616e0..761d5b3 100644 --- a/fs/coda/psdev.c +++ b/fs/coda/psdev.c @@ -38,7 +38,6 @@ #include #include #include -#include #include #include diff --git a/fs/coda/upcall.c b/fs/coda/upcall.c index 9727e0c..0c68fd3 100644 --- a/fs/coda/upcall.c +++ b/fs/coda/upcall.c @@ -14,7 +14,6 @@ * improvements to the Coda project. Contact Peter Braam . */ -#include #include #include #include -- cgit v1.1