]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
gameport: don't export functions that are static inline
authorIvan Kokshaysky <ink@jurassic.park.msu.ru>
Thu, 3 Jan 2008 15:46:03 +0000 (10:46 -0500)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 3 Jan 2008 15:46:03 +0000 (10:46 -0500)
This does not make sense and moreover causes build failures
on alpha.

Signed-off-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/gameport/gameport.c

index bfc6061f1554fdf72c20d0e9d22631921f6fc052..1dc2ac9f3d1cce12d1516c07b567c4656b28ee54 100644 (file)
@@ -38,8 +38,6 @@ EXPORT_SYMBOL(gameport_unregister_driver);
 EXPORT_SYMBOL(gameport_open);
 EXPORT_SYMBOL(gameport_close);
 EXPORT_SYMBOL(gameport_rescan);
-EXPORT_SYMBOL(gameport_cooked_read);
-EXPORT_SYMBOL(gameport_set_name);
 EXPORT_SYMBOL(gameport_set_phys);
 EXPORT_SYMBOL(gameport_start_polling);
 EXPORT_SYMBOL(gameport_stop_polling);