lkml.org 
[lkml]   [2012]   [Mar]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 2/8] pinctrl: Include <linux/bug.h> to prevent compile errors
    Date
    Macros in <linux/pinctrl/machine.h> call ARRAY_SIZE(), the definition of
    which eventually calls BUILD_BUG_ON_ZERO(), which is defined in
    <linux/bug.h>. Include that so that every .c file using the pinctrl macros
    doesn't have to do that itself.

    Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
    ---
    v2: Fix accidental replacing of pinctrl-state.h with pinctrl.h
    ---
    include/linux/pinctrl/machine.h | 2 ++
    1 files changed, 2 insertions(+), 0 deletions(-)

    diff --git a/include/linux/pinctrl/machine.h b/include/linux/pinctrl/machine.h
    index fee4349..226444e 100644
    --- a/include/linux/pinctrl/machine.h
    +++ b/include/linux/pinctrl/machine.h
    @@ -12,6 +12,8 @@
    #ifndef __LINUX_PINCTRL_MACHINE_H
    #define __LINUX_PINCTRL_MACHINE_H

    +#include <linux/bug.h>
    +
    #include "pinctrl-state.h"

    enum pinctrl_map_type {
    --
    1.7.0.4


    \
     
     \ /
      Last update: 2012-03-16 21:57    [W:2.162 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site