Re: [tip:core/header-fixes] make most exported headers use strict integer types

From: Takashi Iwai
Date: Thu Feb 26 2009 - 03:47:56 EST


At Thu, 26 Feb 2009 01:31:04 GMT,
Arnd Bergmann wrote:
>
> diff --git a/include/sound/emu10k1.h b/include/sound/emu10k1.h
> index 10ee28e..c380056 100644
> --- a/include/sound/emu10k1.h
> +++ b/include/sound/emu10k1.h
> @@ -1,6 +1,8 @@
> #ifndef __SOUND_EMU10K1_H
> #define __SOUND_EMU10K1_H
>
> +#include <linux/types.h>
> +
> /*
> * Copyright (c) by Jaroslav Kysela <perex@xxxxxxxx>,
> * Creative Labs, Inc.
> @@ -34,6 +36,8 @@
> #include <sound/timer.h>
> #include <linux/interrupt.h>
> #include <linux/mutex.h>
> +#include <linux/types.h>
> +

Isn't the second inclusion superfluous?


thanks,

Takashi
--
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/