aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gameport.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/gameport.h')
-rw-r--r--include/linux/gameport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/gameport.h b/include/linux/gameport.h
index 5126125afd4e..0cd825f7363a 100644
--- a/include/linux/gameport.h
+++ b/include/linux/gameport.h
@@ -148,7 +148,7 @@ static inline void gameport_unpin_driver(struct gameport *gameport)
148 148
149int __gameport_register_driver(struct gameport_driver *drv, 149int __gameport_register_driver(struct gameport_driver *drv,
150 struct module *owner, const char *mod_name); 150 struct module *owner, const char *mod_name);
151static inline int gameport_register_driver(struct gameport_driver *drv) 151static inline int __must_check gameport_register_driver(struct gameport_driver *drv)
152{ 152{
153 return __gameport_register_driver(drv, THIS_MODULE, KBUILD_MODNAME); 153 return __gameport_register_driver(drv, THIS_MODULE, KBUILD_MODNAME);
154} 154}