Remove struct input_device_id from public view in linux/input.h
authorDavid Woodhouse <dwmw2@shinybook.infradead.org>
Sat, 29 Apr 2006 00:48:16 +0000 (01:48 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Sat, 29 Apr 2006 00:48:16 +0000 (01:48 +0100)
commitc7afb48eb5147be9eb9789b4161462d246451ac2
tree1313cde51b5bfe91464bd944e3512a6d83cd7d3a
parent778382e08cce51b6268ca49449e5bd70c8413799
Remove struct input_device_id from public view in linux/input.h

It uses kernel_ulong_t but can't be wrapped in __KERNEL__ because it's
used from scripts/mod/file2alias.c -- but we _can_ hide it inside
header manually too (and it doesn't generally exist for userspace).

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
include/linux/input.h
This page took 0.024119 seconds and 5 git commands to generate.