[PATCH synaptics 3/5] Dont report the version explicitly, it's reported in the module blob anyway.
Peter Hutterer
peter.hutterer at who-t.net
Mon Jan 3 17:44:43 PST 2011
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
src/synaptics.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/synaptics.c b/src/synaptics.c
index 151d2a4..d336457 100644
--- a/src/synaptics.c
+++ b/src/synaptics.c
@@ -684,8 +684,6 @@ SynapticsPreInit(InputDriverPtr drv, InputInfoPtr pInfo, int flags)
{
SynapticsPrivate *priv;
- xf86Msg(X_INFO, "Synaptics touchpad driver version %s\n", PACKAGE_VERSION);
-
/* allocate memory for SynapticsPrivateRec */
priv = calloc(1, sizeof(SynapticsPrivate));
if (!priv)
--
1.7.3.4
More information about the xorg-devel
mailing list