Message ID | 20110728155310.16618.62631.stgit@warthog.procyon.org.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/include/sound/asound.h b/include/sound/asound.h index 5d6074f..e4918f6 100644 --- a/include/sound/asound.h +++ b/include/sound/asound.h @@ -40,6 +40,7 @@ #endif #endif +// DISINTEGRATE: INCLUDE UAPI HERE #endif /* __KERNEL__ **/ /*
There's an ordering problem around the definition of SNDRV_*_ENDIAN: the definition in the kernel-specific header is referred to in the user-specific header data structures. To get around this problem, place a marker specifically to indicate the point at which the UAPI header should be included in the kernel-specific file. The marker will be deleted later. Signed-off-by: David Howells <dhowells@redhat.com> --- include/sound/asound.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html