aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Gang <gang.chen@asianux.com>2013-11-06 22:14:29 -0500
committerTakashi Iwai <tiwai@suse.de>2013-11-07 04:28:54 -0500
commit3b098eb486868d57d7f2666d05b86c19a07df71b (patch)
tree69287c78d6f7845df3e7200823dac1cbbb745510
parentbffbbc0a2ccb9f3a3235ea6c646030e5fc3d771e (diff)
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>
-rw-r--r--include/uapi/sound/firewire.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/sound/firewire.h b/include/uapi/sound/firewire.h
index e86131ca49e5..59f5961302bf 100644
--- a/include/uapi/sound/firewire.h
+++ b/include/uapi/sound/firewire.h
@@ -1,5 +1,5 @@
1#ifndef UAPI_SOUND_FIREWIRE_H_INCLUDED 1#ifndef _UAPI_SOUND_FIREWIRE_H_INCLUDED
2#define UAPI_SOUND_FIREWIRE_H_INCLUDED 2#define _UAPI_SOUND_FIREWIRE_H_INCLUDED
3 3
4#include <linux/ioctl.h> 4#include <linux/ioctl.h>
5 5
@@ -48,4 +48,4 @@ struct snd_firewire_get_info {
48 * Returns -EBUSY if the driver is already streaming. 48 * Returns -EBUSY if the driver is already streaming.
49 */ 49 */
50 50
51#endif 51#endif /* _UAPI_SOUND_FIREWIRE_H_INCLUDED */