mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 00:40:55 +07:00
gameport: don't export functions that are static inline
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>
This commit is contained in:
parent
4c64681eff
commit
f5ad586751
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user