diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2010-10-01 05:47:32 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-10-12 23:37:37 -0400 |
commit | 5a1c98be1de165c8ad1bd5343a5d779230669489 (patch) | |
tree | 336a44e0397c55d08daad24f8f3a196d527ac364 /include/linux | |
parent | bde435a9ca376d0b7809768ca803dbf14416b9c1 (diff) |
spi/pl022: get rid of chipinfo dev pointer
What is the dev pointer doing inside the platform data anyway.
We have another pointer to the actual device at hand, use that.
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/amba/pl022.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/amba/pl022.h b/include/linux/amba/pl022.h index bf143663df81..4ce98f54186b 100644 --- a/include/linux/amba/pl022.h +++ b/include/linux/amba/pl022.h | |||
@@ -276,7 +276,6 @@ struct pl022_ssp_controller { | |||
276 | * @dma_config: DMA configuration for SSP controller and peripheral | 276 | * @dma_config: DMA configuration for SSP controller and peripheral |
277 | */ | 277 | */ |
278 | struct pl022_config_chip { | 278 | struct pl022_config_chip { |
279 | struct device *dev; | ||
280 | enum ssp_interface iface; | 279 | enum ssp_interface iface; |
281 | enum ssp_hierarchy hierarchy; | 280 | enum ssp_hierarchy hierarchy; |
282 | bool slave_tx_disable; | 281 | bool slave_tx_disable; |