lkml.org 
[lkml]   [2017]   [Oct]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 01/12] radix-tree: replace <linux/spinlock.h> with <linux/spinlock_types.h>
    Date
    This header contains references to spinlock_t and lockdep_is_held(),
    both of which are defined in <linux/spinlock_types.h>

    Include <linux/spinlock_types.h> instead of <linux/spinlock.h> to reduce
    the header dependency.

    Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
    ---

    include/linux/radix-tree.h | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/include/linux/radix-tree.h b/include/linux/radix-tree.h
    index 567ebb5..6df7fa9 100644
    --- a/include/linux/radix-tree.h
    +++ b/include/linux/radix-tree.h
    @@ -27,7 +27,7 @@
    #include <linux/list.h>
    #include <linux/preempt.h>
    #include <linux/rcupdate.h>
    -#include <linux/spinlock.h>
    +#include <linux/spinlock_types.h>
    #include <linux/types.h>

    /*
    --
    2.7.4
    \
     
     \ /
      Last update: 2017-10-08 18:15    [W:2.404 / U:0.152 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site