Commit 0630b89d authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo Committed by Linus Torvalds

[PATCH] isapnp: fix typo in isapnp_proc_done when CONFIG_PROC_FS is not set

parent 5c9cdbba
...@@ -196,7 +196,7 @@ int isapnp_proc_init(void); ...@@ -196,7 +196,7 @@ int isapnp_proc_init(void);
int isapnp_proc_done(void); int isapnp_proc_done(void);
#else #else
static inline isapnp_proc_init(void) { return 0; } static inline isapnp_proc_init(void) { return 0; }
static inline isapnp_proc_done(void) { return 0; ) static inline isapnp_proc_done(void) { return 0; }
#endif #endif
/* misc */ /* misc */
......
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