From: Michael S. Tsirkin Date: Wed, 29 Jul 2009 11:23:25 +0000 (+0300) Subject: USB: audio: guard kernel-only code with __KERNEL__ X-Git-Tag: v2.6.32-rc1~174^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c35013087aa9b10e4674b53b7c8f7966de83c194;p=pandora-kernel.git USB: audio: guard kernel-only code with __KERNEL__ include/linux/usb/audio.h is exported to userspace, so part of this file that is for internal kernel usage need to be guarded with ifdef __KERNEL__. This way make headers_install will stript it out. Signed-off-by: Michael S. Tsirkin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed