pcmcia: soc_common: remove skt_dev_info's clk pointer
We no longer need to store the clk pointer in struct skt_dev_info as we no longer need to remember the clk pointer for the cleanup paths. Reviewed-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
@@ -68,7 +68,6 @@ struct soc_pcmcia_socket {
|
||||
|
||||
struct skt_dev_info {
|
||||
int nskt;
|
||||
struct clk *clk;
|
||||
struct soc_pcmcia_socket skt[0];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user