From: Ismail Donmez Date: Wed, 6 Sep 2006 07:03:44 +0000 (-0700) Subject: [PATCH] Move linux/device.h include in linux/atmdev.h to #ifdef __KERNEL__ section X-Git-Tag: v2.6.18-rc7~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb98ad77d8451a3ccf9478738ffe7ec63394fcdf;p=pandora-kernel.git [PATCH] Move linux/device.h include in linux/atmdev.h to #ifdef __KERNEL__ section linux/device.h header is not included in the David Woodhouse's kernel-headers git tree which is used for userspace kernel headers. Which results in compile errors when building iproute2. Attached patch moves linux/device.h include under the #ifdef __KERNEL__ section. Signed-off-by: Ismail Donmez Signed-off-by: David Woodhouse Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed