summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-06-27 18:32:54 +0000
committerAdam Jackson <ajax@nwnk.net>2005-06-27 18:32:54 +0000
commit2ba1cbe6dcf2c021f4ea565f86214065ba3b2948 (patch)
tree246a4dc8ac45a3773887eb5b3c48407060700c60
parent1cbe0df10940ff150a93fdff45fdb7a964695d82 (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/xf86Palmax.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xf86Palmax.c b/src/xf86Palmax.c
index ae52549..6c3738b 100644
--- a/src/xf86Palmax.c
+++ b/src/xf86Palmax.c
@@ -776,9 +776,6 @@ init_err:
return NULL;
}
-#ifdef XFree86LOADER
-static
-#endif
_X_EXPORT InputDriverRec PALMAX = {
1, /* driver version */
"palmax", /* driver name */