]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
struct input_device_id mustn't be userspace visible
authorAdrian Bunk <bunk@kernel.org>
Tue, 15 Jan 2008 22:44:33 +0000 (00:44 +0200)
committerAdrian Bunk <bunk@kernel.org>
Tue, 15 Jan 2008 22:44:33 +0000 (00:44 +0200)
commite8a69d24cf98dae9d5087503344cc28e2383f915
treeebb79786b75885eee8cce77c7ee771c4fd985e44
parent16770f51251ce5bc5593abdc5f6c5e4b240205fd
struct input_device_id mustn't be userspace visible

struct input_device_id mustn't be userspace visible since
it uses kernel_ulong_t.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
include/linux/input.h