From: David Woodhouse Date: Sat, 29 Apr 2006 00:48:16 +0000 (+0100) Subject: Remove struct input_device_id from public view in linux/input.h X-Git-Tag: v2.6.18-rc1~1103^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7afb48eb5147be9eb9789b4161462d246451ac2;p=pandora-kernel.git 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 --- Reading git-diff-tree failed