diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-03-23 22:04:06 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-03-25 13:53:41 -0400 |
commit | 7f8cf088f027885d78dca6cc2ca7566d8e894c6e (patch) | |
tree | c595c635eecbe80c6c8f288a118c60a6cf0e87e3 | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) |
spi: bcm63xx: Remove unused define for PFX
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | drivers/spi/spi-bcm63xx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/spi/spi-bcm63xx.c b/drivers/spi/spi-bcm63xx.c index 77286aef2adf..b3d719a9667a 100644 --- a/drivers/spi/spi-bcm63xx.c +++ b/drivers/spi/spi-bcm63xx.c | |||
@@ -35,8 +35,6 @@ | |||
35 | 35 | ||
36 | #include <bcm63xx_dev_spi.h> | 36 | #include <bcm63xx_dev_spi.h> |
37 | 37 | ||
38 | #define PFX KBUILD_MODNAME | ||
39 | |||
40 | #define BCM63XX_SPI_MAX_PREPEND 15 | 38 | #define BCM63XX_SPI_MAX_PREPEND 15 |
41 | 39 | ||
42 | struct bcm63xx_spi { | 40 | struct bcm63xx_spi { |