[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <s5h4oyhk2j5.wl%tiwai@suse.de>
Date: Thu, 26 Feb 2009 09:47:42 +0100
From: Takashi Iwai <tiwai@...e.de>
To: hpa@...or.com, mingo@...hat.com, dwmw2@...radead.org,
acme@...stprotocols.net, airlied@...ux.ie, perex@...ex.cz,
yoshfuji@...ux-ipv6.org, mchehab@...hat.com, arnd@...db.de,
tglx@...utronix.de, hpa@...ux.intel.com,
linux-kernel@...r.kernel.org
Subject: Re: [tip:core/header-fixes] make most exported headers use strict integer types
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@...ex.cz>,
> * 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists