Adrian Bunk
f3e5d2bf52
[POWERPC] drivers/macintosh/mac_hid.c: Make code static
...
This patch makes some needlessly global code static.
Signed-off-by: Adrian Bunk <bunk@stusta.de >
Signed-off-by: Paul Mackerras <paulus@samba.org >
2007-05-02 16:41:36 +10:00
Adrian Bunk
83ddcf5d36
[POWERPC] Unexport mac_hid_mouse_emulate_buttons
...
This patch removes the unused
EXPORT_SYMBOL(mac_hid_mouse_emulate_buttons).
Signed-off-by: Adrian Bunk <bunk@stusta.de >
Signed-off-by: Paul Mackerras <paulus@samba.org >
2007-03-08 15:43:26 +11:00
Eric W. Biederman
0b4d414714
[PATCH] sysctl: remove insert_at_head from register_sysctl
...
The semantic effect of insert_at_head is that it would allow new registered
sysctl entries to override existing sysctl entries of the same name. Which is
pain for caching and the proc interface never implemented.
I have done an audit and discovered that none of the current users of
register_sysctl care as (excpet for directories) they do not register
duplicate sysctl entries.
So this patch simply removes the support for overriding existing entries in
the sys_sysctl interface since no one uses it or cares and it makes future
enhancments harder.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com >
Acked-by: Ralf Baechle <ralf@linux-mips.org >
Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com >
Cc: Russell King <rmk@arm.linux.org.uk >
Cc: David Howells <dhowells@redhat.com >
Cc: "Luck, Tony" <tony.luck@intel.com >
Cc: Ralf Baechle <ralf@linux-mips.org >
Cc: Paul Mackerras <paulus@samba.org >
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com >
Cc: Andi Kleen <ak@muc.de >
Cc: Jens Axboe <axboe@kernel.dk >
Cc: Corey Minyard <minyard@acm.org >
Cc: Neil Brown <neilb@suse.de >
Cc: "John W. Linville" <linville@tuxdriver.com >
Cc: James Bottomley <James.Bottomley@steeleye.com >
Cc: Jan Kara <jack@ucw.cz >
Cc: Trond Myklebust <trond.myklebust@fys.uio.no >
Cc: Mark Fasheh <mark.fasheh@oracle.com >
Cc: David Chinner <dgc@sgi.com >
Cc: "David S. Miller" <davem@davemloft.net >
Cc: Patrick McHardy <kaber@trash.net >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-02-14 08:09:59 -08:00
Eric W. Biederman
0a4b9b6ec1
[PATCH] sysctl: mac_hid: remove unnecessary insert_at_head flag
...
With unique sysctl binary numbers setting insert_at_head is pointless.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com >
Cc: Jiri Kosina <jkosina@suse.cz >
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org >
Cc: Dmitry Torokhov <dtor@mail.ru >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-02-14 08:09:56 -08:00
Olaf Hering
872758563d
[POWERPC] move variables in drivers/macintosh to bss
...
Move all the initialized variables to bss.
Mark a version string as const.
Signed-off-by: Olaf Hering <olaf@aepfle.de >
Signed-off-by: Paul Mackerras <paulus@samba.org >
2007-02-13 15:35:52 +11:00
Dmitry Torokhov
4bdbd2807d
Input: handle errors from input_register_device in drivers/macintosh
...
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
2006-11-24 00:43:22 -05:00
Jörn Engel
6ab3d5624e
Remove obsolete #include <linux/config.h>
...
Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de >
Signed-off-by: Adrian Bunk <bunk@stusta.de >
2006-06-30 19:25:36 +02:00
Dmitry Torokhov
c7f7a569d9
[PATCH] Input: convert drivers/macintosh to dynamic input_dev allocation
...
Input: convert drivers/macntosh to dynamic input_dev allocation
This is required for input_dev sysfs integration
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2005-10-28 09:52:53 -07:00
Linus Torvalds
1da177e4c3
Linux-2.6.12-rc2
...
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
2005-04-16 15:20:36 -07:00