lkml.org 
[lkml]   [2011]   [Jul]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 24/40] UAPI: Fix SNDRV_*_ENDIAN ordering problem [ver #3]
    Date
    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(-)

    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__ **/

    /*


    \
     
     \ /
      Last update: 2011-07-28 17:55    [W:2.299 / U:0.092 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site