diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-03-24 10:04:06 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-03-25 17:53:41 +0000 |
commit | 7f8cf088f027885d78dca6cc2ca7566d8e894c6e (patch) | |
tree | c595c635eecbe80c6c8f288a118c60a6cf0e87e3 /drivers | |
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>
Diffstat (limited to 'drivers')
-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 @@ #include <bcm63xx_dev_spi.h> -#define PFX KBUILD_MODNAME - #define BCM63XX_SPI_MAX_PREPEND 15 struct bcm63xx_spi { |