Re: [GIT PULL -tip] fix 33 make headers_check warnings

From: David Woodhouse
Date: Sat Jan 17 2009 - 16:38:38 EST


On Sun, 2009-01-18 at 01:47 +0530, Jaswinder Singh Rajput wrote:
> --- a/include/linux/dvb/audio.h
> +++ b/include/linux/dvb/audio.h
> @@ -24,9 +24,8 @@
> #ifndef _DVBAUDIO_H_
> #define _DVBAUDIO_H_
>
> -#ifdef __KERNEL__
> #include <linux/types.h>
> -#else
> +#ifndef __KERNEL__
> #include <stdint.h>
> #endif
>

That patch looks wrong, and unnecessary. It was fine before.

--
dwmw2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/