Commit f4c7190d authored by Linus Torvalds's avatar Linus Torvalds

Fix PCMCIA typo (extra 'R') that broke the compile.

parent 015e32c1
...@@ -1061,7 +1061,7 @@ int pcmcia_bind_mtd(mtd_bind_t *req) ...@@ -1061,7 +1061,7 @@ int pcmcia_bind_mtd(mtd_bind_t *req)
/*====================================================================*/ /*====================================================================*/
int pcmcia_deregister_clientR(client_handle_t handle) int pcmcia_deregister_client(client_handle_t handle)
{ {
client_t **client; client_t **client;
struct pcmcia_socket *s; struct pcmcia_socket *s;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment