]> git.neil.brown.name Git - history.git/commitdiff
Fix PCMCIA typo (extra 'R') that broke the compile.
authorLinus Torvalds <torvalds@home.osdl.org>
Sun, 7 Sep 2003 03:14:46 +0000 (20:14 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Sun, 7 Sep 2003 03:14:46 +0000 (20:14 -0700)
drivers/pcmcia/cs.c

index 2a5d0fc528c698bd8c02d45928499d58ac925537..1711d8cbedd6449fbb9cf280b46e5106ddf210be 100644 (file)
@@ -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;
     struct pcmcia_socket *s;