diff options
-rw-r--r-- | drivers/spi/spi-lm70llp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/spi/spi-lm70llp.c b/drivers/spi/spi-lm70llp.c index ba72347cb99d..eb4b4218ee7d 100644 --- a/drivers/spi/spi-lm70llp.c +++ b/drivers/spi/spi-lm70llp.c | |||
@@ -23,11 +23,9 @@ | |||
23 | #include <linux/sysfs.h> | 23 | #include <linux/sysfs.h> |
24 | #include <linux/workqueue.h> | 24 | #include <linux/workqueue.h> |
25 | 25 | ||
26 | |||
27 | #include <linux/spi/spi.h> | 26 | #include <linux/spi/spi.h> |
28 | #include <linux/spi/spi_bitbang.h> | 27 | #include <linux/spi/spi_bitbang.h> |
29 | 28 | ||
30 | |||
31 | /* | 29 | /* |
32 | * The LM70 communicates with a host processor using a 3-wire variant of | 30 | * The LM70 communicates with a host processor using a 3-wire variant of |
33 | * the SPI/Microwire bus interface. This driver specifically supports an | 31 | * the SPI/Microwire bus interface. This driver specifically supports an |
@@ -88,7 +86,6 @@ struct spi_lm70llp { | |||
88 | /* REVISIT : ugly global ; provides "exclusive open" facility */ | 86 | /* REVISIT : ugly global ; provides "exclusive open" facility */ |
89 | static struct spi_lm70llp *lm70llp; | 87 | static struct spi_lm70llp *lm70llp; |
90 | 88 | ||
91 | |||
92 | /*-------------------------------------------------------------------*/ | 89 | /*-------------------------------------------------------------------*/ |
93 | 90 | ||
94 | static inline struct spi_lm70llp *spidev_to_pp(struct spi_device *spi) | 91 | static inline struct spi_lm70llp *spidev_to_pp(struct spi_device *spi) |
@@ -319,7 +316,6 @@ static void spi_lm70llp_detach(struct parport *p) | |||
319 | lm70llp = NULL; | 316 | lm70llp = NULL; |
320 | } | 317 | } |
321 | 318 | ||
322 | |||
323 | static struct parport_driver spi_lm70llp_drv = { | 319 | static struct parport_driver spi_lm70llp_drv = { |
324 | .name = DRVNAME, | 320 | .name = DRVNAME, |
325 | .attach = spi_lm70llp_attach, | 321 | .attach = spi_lm70llp_attach, |