diff mbox

spi: bcm63xx: Remove unused define for PFX

Message ID 1395626646.9488.0.camel@phoenix (mailing list archive)
State Accepted
Commit 7f8cf088f027885d78dca6cc2ca7566d8e894c6e
Headers show

Commit Message

Axel Lin March 24, 2014, 2:04 a.m. UTC
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/spi/spi-bcm63xx.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Mark Brown March 25, 2014, 5:53 p.m. UTC | #1
On Mon, Mar 24, 2014 at 10:04:06AM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@ingics.com>

Applied, thanks.
diff mbox

Patch

diff --git a/drivers/spi/spi-bcm63xx.c b/drivers/spi/spi-bcm63xx.c
index b45ec59..0250fa7 100644
--- a/drivers/spi/spi-bcm63xx.c
+++ b/drivers/spi/spi-bcm63xx.c
@@ -34,8 +34,6 @@ 
 
 #include <bcm63xx_dev_spi.h>
 
-#define PFX		KBUILD_MODNAME
-
 #define BCM63XX_SPI_MAX_PREPEND		15
 
 struct bcm63xx_spi {