diff options
author | Andreas Larsson <[email protected]> | 2012-12-04 15:09:38 +0100 |
---|---|---|
committer | Grant Likely <[email protected]> | 2012-12-10 22:31:37 +0000 |
commit | 7cb943615aabbd72624f77f0a84b8c5d627cf846 (patch) | |
tree | bd688a24ba2c58097cf1e43e99133885798144ea | |
parent | fd4a319bc933ae93e68935b21924a9ca4ba2d060 (diff) |
spi/sparc: Allow of_register_spi_devices for sparc
The spi support code works on SPARC too. No reason to exclude it from
the party.
Signed-off-by: Andreas Larsson <[email protected]>
Acked-by: David S. Miller <[email protected]>
Signed-off-by: Grant Likely <[email protected]>
-rw-r--r-- | drivers/spi/spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c index 689eaf7485af..b8335a1f82ef 100644 --- a/drivers/spi/spi.c +++ b/drivers/spi/spi.c @@ -805,7 +805,7 @@ err_init_queue: /*-------------------------------------------------------------------------*/ -#if defined(CONFIG_OF) && !defined(CONFIG_SPARC) +#if defined(CONFIG_OF) /** * of_register_spi_devices() - Register child devices onto the SPI bus * @master: Pointer to spi_master device |