summaryrefslogtreecommitdiffstats
path: root/include/linux/spi
diff options
context:
space:
mode:
authorWolfram Sang2009-11-25 01:18:31 +0100
committerGrant Likely2009-12-09 02:48:15 +0100
commit937041e21634ffecc92d05cf693423a2c95b7252 (patch)
treee7d13370617ec2262daeae98eb391d2921f51319 /include/linux/spi
parentxilinx_spi: add a platform driver using the xilinx_spi common module. (diff)
downloadkernel-qcow2-linux-937041e21634ffecc92d05cf693423a2c95b7252.tar.gz
kernel-qcow2-linux-937041e21634ffecc92d05cf693423a2c95b7252.tar.xz
kernel-qcow2-linux-937041e21634ffecc92d05cf693423a2c95b7252.zip
spi/mpc52xx-spi: minor cleanups
- drop own, obsolete include-file - drop IRQF_SAMPLE_RANDOM (deprecated feature) - drop 'if' above kfree() - typos, braces & whitespaces Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Luotao Fu <l.fu@pengutronix.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'include/linux/spi')
-rw-r--r--include/linux/spi/mpc52xx_spi.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/spi/mpc52xx_spi.h b/include/linux/spi/mpc52xx_spi.h
deleted file mode 100644
index d1004cf09241..000000000000
--- a/include/linux/spi/mpc52xx_spi.h
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#ifndef INCLUDE_MPC5200_SPI_H
-#define INCLUDE_MPC5200_SPI_H
-
-extern void mpc52xx_spi_set_premessage_hook(struct spi_master *master,
- void (*hook)(struct spi_message *m,
- void *context),
- void *hook_context);
-
-#endif