2007-12-27 11:31:58

by Ivan Kokshaysky

[permalink] [raw]
Subject: [PATCH] gameport: unexport static inline functions (alpha build fix)

These two are defined inline in linux/gameport.h.

Signed-off-by: Ivan Kokshaysky <[email protected]>
---
drivers/input/gameport/gameport.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/input/gameport/gameport.c b/drivers/input/gameport/gameport.c
index bfc6061..1dc2ac9 100644
--- a/drivers/input/gameport/gameport.c
+++ b/drivers/input/gameport/gameport.c
@@ -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);


2008-01-03 16:18:56

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [PATCH] gameport: unexport static inline functions (alpha build fix)

On Dec 27, 2007 6:32 AM, Ivan Kokshaysky <[email protected]> wrote:
> These two are defined inline in linux/gameport.h.
>
> Signed-off-by: Ivan Kokshaysky <[email protected]>

Applied to my tree - for-linus branch. Thank you Ivan.

--
Dmitry