diff options
author | Javier Martinez Canillas <javier@dowhile0.org> | 2012-05-06 05:32:36 +0200 |
---|---|---|
committer | Javier Martinez Canillas <javier@dowhile0.org> | 2012-05-06 05:32:36 +0200 |
commit | 8b93ec0ae28935818209e5891fc3af3d21a6927b (patch) | |
tree | f820ca507d3a557522f952f0b9e651acb84fde5a | |
parent | c89bc48f1094efef2ed9dee78028fe41dba09ca2 (diff) | |
download | ldd3-8b93ec0ae28935818209e5891fc3af3d21a6927b.tar.gz |
scull: Remove desintegrated asm/system.h header
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
-rw-r--r-- | scull/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scull/main.c b/scull/main.c index 3c78fba..791ab21 100644 --- a/scull/main.c +++ b/scull/main.c @@ -28,7 +28,6 @@ #include <linux/seq_file.h> #include <linux/cdev.h> -#include <asm/system.h> /* cli(), *_flags */ #include <asm/uaccess.h> /* copy_*_user */ #include "scull.h" /* local definitions */ |