On Wed, Feb 02, 2011 at 07:47:41PM +0100, Wolfram Sang wrote:
> Fixes (with v2.6.38-rc3/parisc/parisc-allmodconfig):
>   src/drivers/i2c/busses/i2c-eg20t.c:720: error: implicit declaration of 
> function 'kzalloc'
>   src/drivers/i2c/busses/i2c-eg20t.c:790: error: implicit declaration of 
> function 'kfree'
> 
> Reported-by: Geert Uytterhoeven <[email protected]>
> Signed-off-by: Wolfram Sang <[email protected]>
> Cc: Tomoya MORINAGA <[email protected]>

ok, will pick this one up.

> ---
>  drivers/i2c/busses/i2c-eg20t.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/i2c/busses/i2c-eg20t.c b/drivers/i2c/busses/i2c-eg20t.c
> index 2e067dd..50ea1f4 100644
> --- a/drivers/i2c/busses/i2c-eg20t.c
> +++ b/drivers/i2c/busses/i2c-eg20t.c
> @@ -29,6 +29,7 @@
>  #include <linux/pci.h>
>  #include <linux/mutex.h>
>  #include <linux/ktime.h>
> +#include <linux/slab.h>
>  
>  #define PCH_EVENT_SET        0       /* I2C Interrupt Event Set Status */
>  #define PCH_EVENT_NONE       1       /* I2C Interrupt Event Clear Status */
> -- 
> 1.7.2.3
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
Ben Dooks, [email protected], http://www.fluff.org/ben/

Large Hadron Colada: A large Pina Colada that makes the universe disappear.

--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to