]> git.baikalelectronics.ru Git - kernel.git/commit
USB: audio: guard kernel-only code with __KERNEL__
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 29 Jul 2009 11:23:25 +0000 (14:23 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Sep 2009 13:46:31 +0000 (06:46 -0700)
commitec071255cd3db8d49be9ef5ebcb277625ad5d383
tree6cf8f305ded6169b11e8bc1d4234d8bd47199f99
parent2cf3c850c83723faec55521ee8d6bfd7a12ca975
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 <mst@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/usb/audio.h