diff options
author | Simon Sandström <simon@nikanor.nu> | 2019-05-23 15:51:42 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-24 10:02:38 +0300 |
commit | f8f31e5b76dae49a6226f6f97316cf64dbb1b375 (patch) | |
tree | 140f0e26d994076aa67ccdcde3c3575e8a129d4a | |
parent | ec09500e9cb76a278099d32596dae33a48e8ae0b (diff) | |
download | linux-f8f31e5b76dae49a6226f6f97316cf64dbb1b375.tar.xz |
staging: kpc2000: remove unnecessary include in cell_probe.c
Fixes checkpatch.pl warning "Use #include <linux/io.h> instead of
<asm/io.h>".
Signed-off-by: Simon Sandström <simon@nikanor.nu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/kpc2000/kpc2000/cell_probe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/kpc2000/kpc2000/cell_probe.c b/drivers/staging/kpc2000/kpc2000/cell_probe.c index 682d61da5369..5e65bd56d66e 100644 --- a/drivers/staging/kpc2000/kpc2000/cell_probe.c +++ b/drivers/staging/kpc2000/kpc2000/cell_probe.c @@ -4,7 +4,6 @@ #include <linux/types.h> #include <linux/export.h> #include <linux/slab.h> -#include <asm/io.h> #include <linux/io.h> #include <linux/io-64-nonatomic-lo-hi.h> #include <linux/mfd/core.h> |