diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2014-12-18 08:04:19 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-12-22 15:17:22 -0500 |
commit | 2db73d4482da9bd979edee345e95bb3a88441b30 (patch) | |
tree | dc7dc89dc2bd1c173af2828b5979d03db4498dc1 /drivers | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) |
spi: pxa2xx: Remove unused define
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/spi/spi-pxa2xx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c index 05c623cfb078..e1dc861857f2 100644 --- a/drivers/spi/spi-pxa2xx.c +++ b/drivers/spi/spi-pxa2xx.c | |||
@@ -45,8 +45,6 @@ MODULE_DESCRIPTION("PXA2xx SSP SPI Controller"); | |||
45 | MODULE_LICENSE("GPL"); | 45 | MODULE_LICENSE("GPL"); |
46 | MODULE_ALIAS("platform:pxa2xx-spi"); | 46 | MODULE_ALIAS("platform:pxa2xx-spi"); |
47 | 47 | ||
48 | #define MAX_BUSES 3 | ||
49 | |||
50 | #define TIMOUT_DFLT 1000 | 48 | #define TIMOUT_DFLT 1000 |
51 | 49 | ||
52 | /* | 50 | /* |