diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2010-10-01 11:47:32 +0200 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-10-12 21:37:37 -0600 |
commit | 5a1c98be1de165c8ad1bd5343a5d779230669489 (patch) | |
tree | 336a44e0397c55d08daad24f8f3a196d527ac364 /include/linux/amba/pl022.h | |
parent | bde435a9ca376d0b7809768ca803dbf14416b9c1 (diff) | |
download | linux-rt-5a1c98be1de165c8ad1bd5343a5d779230669489.tar.gz |
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/amba/pl022.h')
-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 { * @dma_config: DMA configuration for SSP controller and peripheral */ struct pl022_config_chip { - struct device *dev; enum ssp_interface iface; enum ssp_hierarchy hierarchy; bool slave_tx_disable; |