diff options
Diffstat (limited to 'drivers/pcmcia/pxa2xx_palmtx.c')
-rw-r--r-- | drivers/pcmcia/pxa2xx_palmtx.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/pcmcia/pxa2xx_palmtx.c b/drivers/pcmcia/pxa2xx_palmtx.c index 1a2580450402..80645a688ee3 100644 --- a/drivers/pcmcia/pxa2xx_palmtx.c +++ b/drivers/pcmcia/pxa2xx_palmtx.c | |||
@@ -67,14 +67,6 @@ palmtx_pcmcia_configure_socket(struct soc_pcmcia_socket *skt, | |||
67 | return 0; | 67 | return 0; |
68 | } | 68 | } |
69 | 69 | ||
70 | static void palmtx_pcmcia_socket_init(struct soc_pcmcia_socket *skt) | ||
71 | { | ||
72 | } | ||
73 | |||
74 | static void palmtx_pcmcia_socket_suspend(struct soc_pcmcia_socket *skt) | ||
75 | { | ||
76 | } | ||
77 | |||
78 | static struct pcmcia_low_level palmtx_pcmcia_ops = { | 70 | static struct pcmcia_low_level palmtx_pcmcia_ops = { |
79 | .owner = THIS_MODULE, | 71 | .owner = THIS_MODULE, |
80 | 72 | ||
@@ -86,9 +78,6 @@ static struct pcmcia_low_level palmtx_pcmcia_ops = { | |||
86 | 78 | ||
87 | .socket_state = palmtx_pcmcia_socket_state, | 79 | .socket_state = palmtx_pcmcia_socket_state, |
88 | .configure_socket = palmtx_pcmcia_configure_socket, | 80 | .configure_socket = palmtx_pcmcia_configure_socket, |
89 | |||
90 | .socket_init = palmtx_pcmcia_socket_init, | ||
91 | .socket_suspend = palmtx_pcmcia_socket_suspend, | ||
92 | }; | 81 | }; |
93 | 82 | ||
94 | static struct platform_device *palmtx_pcmcia_device; | 83 | static struct platform_device *palmtx_pcmcia_device; |