Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: include/uapi/sound/firewire.h: use "_UAPI" instead of "UAPI"

When installing, "scripts/headers_install.sh" will strip guard macro'
"_UAPI" to prevent from appearing it to users. And also, all another
files which need uapi prefix always use "_UAPI", not "UAPI".

So use "_UAPI" instead of "UAPI" on the guard macro, and also give a
comment for "#endif".

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Acked-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Chen Gang and committed by
Takashi Iwai
3b098eb4 bffbbc0a

+3 -3
+3 -3
include/uapi/sound/firewire.h
··· 1 - #ifndef UAPI_SOUND_FIREWIRE_H_INCLUDED 2 - #define UAPI_SOUND_FIREWIRE_H_INCLUDED 1 + #ifndef _UAPI_SOUND_FIREWIRE_H_INCLUDED 2 + #define _UAPI_SOUND_FIREWIRE_H_INCLUDED 3 3 4 4 #include <linux/ioctl.h> 5 5 ··· 48 48 * Returns -EBUSY if the driver is already streaming. 49 49 */ 50 50 51 - #endif 51 + #endif /* _UAPI_SOUND_FIREWIRE_H_INCLUDED */