diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-06-27 18:32:54 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-06-27 18:32:54 +0000 |
commit | fe9ef3971d71d3a0433248bc410f8c2583971c77 (patch) | |
tree | a75b5c323b1c911a97e96b3667ede7af91c3b70a | |
parent | 281313f638e1f06a961c940b814b428e21f415de (diff) |
Various input drivers set their InputDriverRec to be static when doing a
loadable build, and the same symbol can't be both static and _X_EXPORT.
Pointed out by Alan Coopersmith.
-rw-r--r-- | src/xf86Elo.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xf86Elo.c b/src/xf86Elo.c index 4ec95b9..4eddf16 100644 --- a/src/xf86Elo.c +++ b/src/xf86Elo.c @@ -1787,9 +1787,6 @@ xf86EloInit(InputDriverPtr drv, return local; } -#ifdef XFree86LOADER -static -#endif _X_EXPORT InputDriverRec ELOGRAPHICS = { 1, /* driver version */ "elographics", /* driver name */ |