From: "Paweł Sikora" <pluto@pld-linux.org>
To: linux-kernel@vger.kernel.org, akpm@osdl.org
Subject: [2.6.11.3] gcc4 / psmouse.h - compilation fix.
Date: Sun, 13 Mar 2005 14:20:11 +0100 [thread overview]
Message-ID: <200503131420.12554.pluto@pld-linux.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 260 bytes --]
Hi,
Attched patch fixes gcc error:
`drivers/input/mouse/psmouse.h:40: error: field `ps2dev' has incomplete type`
Please apply.
--
/* Copyright (C) 2003, SCO, Inc. This is valuable Intellectual Property. */
#define say(x) lie(x)
[-- Attachment #2: 2.6.11.3-gcc4-psmouse.patch --]
[-- Type: text/x-diff, Size: 452 bytes --]
drivers/input/mouse/psmouse.h:40: error: field `ps2dev' has incomplete type
--- linux-2.6.11.3/drivers/input/mouse/psmouse.h.orig 2005-03-13 07:44:40.000000000 +0100
+++ linux-2.6.11.3/drivers/input/mouse/psmouse.h 2005-03-13 14:08:06.000000000 +0100
@@ -1,6 +1,8 @@
#ifndef _PSMOUSE_H
#define _PSMOUSE_H
+#include <linux/libps2.h>
+
#define PSMOUSE_CMD_SETSCALE11 0x00e6
#define PSMOUSE_CMD_SETSCALE21 0x00e7
#define PSMOUSE_CMD_SETRES 0x10e8
next reply other threads:[~2005-03-13 13:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-13 13:20 Paweł Sikora [this message]
2005-03-13 16:48 ` [2.6.11.3] gcc4 / psmouse.h - compilation fix Dmitry Torokhov
2005-03-13 16:54 ` Paweł Sikora
2005-03-13 17:30 ` Dmitry Torokhov
2005-03-13 21:37 ` Paul Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200503131420.12554.pluto@pld-linux.org \
--to=pluto@pld-linux.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.