diff options
Diffstat (limited to 'drivers/pcmcia/pxa2xx_balloon3.c')
-rw-r--r-- | drivers/pcmcia/pxa2xx_balloon3.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/pcmcia/pxa2xx_balloon3.c b/drivers/pcmcia/pxa2xx_balloon3.c index 4c3e94c0ae85..f56d7de7c751 100644 --- a/drivers/pcmcia/pxa2xx_balloon3.c +++ b/drivers/pcmcia/pxa2xx_balloon3.c | |||
@@ -103,22 +103,12 @@ static int balloon3_pcmcia_configure_socket(struct soc_pcmcia_socket *skt, | |||
103 | return 0; | 103 | return 0; |
104 | } | 104 | } |
105 | 105 | ||
106 | static void balloon3_pcmcia_socket_init(struct soc_pcmcia_socket *skt) | ||
107 | { | ||
108 | } | ||
109 | |||
110 | static void balloon3_pcmcia_socket_suspend(struct soc_pcmcia_socket *skt) | ||
111 | { | ||
112 | } | ||
113 | |||
114 | static struct pcmcia_low_level balloon3_pcmcia_ops = { | 106 | static struct pcmcia_low_level balloon3_pcmcia_ops = { |
115 | .owner = THIS_MODULE, | 107 | .owner = THIS_MODULE, |
116 | .hw_init = balloon3_pcmcia_hw_init, | 108 | .hw_init = balloon3_pcmcia_hw_init, |
117 | .hw_shutdown = balloon3_pcmcia_hw_shutdown, | 109 | .hw_shutdown = balloon3_pcmcia_hw_shutdown, |
118 | .socket_state = balloon3_pcmcia_socket_state, | 110 | .socket_state = balloon3_pcmcia_socket_state, |
119 | .configure_socket = balloon3_pcmcia_configure_socket, | 111 | .configure_socket = balloon3_pcmcia_configure_socket, |
120 | .socket_init = balloon3_pcmcia_socket_init, | ||
121 | .socket_suspend = balloon3_pcmcia_socket_suspend, | ||
122 | .first = 0, | 112 | .first = 0, |
123 | .nr = 1, | 113 | .nr = 1, |
124 | }; | 114 | }; |