[PATCH] [ARM] Add missing EXPORT_SYMBOL in ixp2000 core

From: Deepak Saxena (dsaxena_at_plexity.net)
Date: 10/11/05

  • Next message: Alan Cox: "Re: [Security] Re: [linux-usb-devel] Re: [BUG/PATCH/RFC] Oops while completing async USB via usbdevio"
    Date:	Tue, 11 Oct 2005 13:01:57 -0700
    To: Linus Torvalds <torvalds@osdl.org>
    
    

    IXP2000 I2C driver cannot be used as a loadable module w/o this symbol
    exported.

    Signed-off-by: Deepak Saxena <dsaxena@plexity.net>

    diff --git a/arch/arm/mach-ixp2000/core.c b/arch/arm/mach-ixp2000/core.c
    --- a/arch/arm/mach-ixp2000/core.c
    +++ b/arch/arm/mach-ixp2000/core.c
    @@ -303,6 +303,7 @@ void gpio_line_config(int line, int dire
             }
             local_irq_restore(flags);
     }
    +EXPORT_SYMBOL_GPL(gpio_line_config);
     
     
     /*************************************************************************

    -- 
    Deepak Saxena - dsaxena@plexity.net - http://www.plexity.net
    Even a stopped clock gives the right time twice a day.
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Alan Cox: "Re: [Security] Re: [linux-usb-devel] Re: [BUG/PATCH/RFC] Oops while completing async USB via usbdevio"

    Relevant Pages