From: Omar Ramirez Luna <omar.ramirez@ti.com>
To: linux-omap@vger.kernel.org
Cc: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>,
Felipe Contreras <felipe.contreras@gmail.com>,
Ameya Palande <ameya.palande@nokia.com>,
Guzman Lugo Fernando <x0095840@ti.com>,
Hari Kanigeri <h-kanigeri2@ti.com>,
Omar Ramirez Luna <omar.ramirez@ti.com>,
Omar Ramirez Luna <omar.ramirez@hotmail.com>
Subject: [PATCH 1/2] DSPBRIDGE: Remove autoconf.h dependency from host_os header
Date: Thu, 18 Mar 2010 15:57:08 -0600 [thread overview]
Message-ID: <1268949429-30368-2-git-send-email-omar.ramirez@ti.com> (raw)
In-Reply-To: <1268949429-30368-1-git-send-email-omar.ramirez@ti.com>
There shouldn't be any dependency on the definitions generated
by autoconf.h, besides it is automatically included by the
build system.
This solves the following warning:
In file included from arch/arm/plat-omap/include/dspbridge/host_os.h:20,
from arch/arm/mach-omap2/io.c:51:
include/linux/autoconf.h:165:1: warning: "CONFIG_DEFAULT_IOSCHED" redefined
In file included from <command-line>:0:
./include/generated/autoconf.h:172:1: warning: this is the location of the previous definition
Signed-off-by: Omar Ramirez Luna <omar.ramirez@hotmail.com>
---
arch/arm/plat-omap/include/dspbridge/host_os.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm/plat-omap/include/dspbridge/host_os.h b/arch/arm/plat-omap/include/dspbridge/host_os.h
index 00ea285..92b12de 100644
--- a/arch/arm/plat-omap/include/dspbridge/host_os.h
+++ b/arch/arm/plat-omap/include/dspbridge/host_os.h
@@ -17,7 +17,6 @@
#ifndef _HOST_OS_H_
#define _HOST_OS_H_
-#include <linux/autoconf.h>
#include <asm/system.h>
#include <asm/atomic.h>
#include <linux/semaphore.h>
--
1.6.2.4
next prev parent reply other threads:[~2010-03-18 21:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-18 21:57 [PATCH 0/2] dspbridge: 2.6.33 migration patches Omar Ramirez Luna
2010-03-18 21:57 ` Omar Ramirez Luna [this message]
2010-03-18 21:57 ` [PATCH 2/2] DSPBRIDGE: Fix header locations mach to plat Omar Ramirez Luna
2010-03-23 17:28 ` Omar Ramirez Luna
2010-03-23 17:28 ` [PATCH 1/2] DSPBRIDGE: Remove autoconf.h dependency from host_os header Omar Ramirez Luna
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1268949429-30368-2-git-send-email-omar.ramirez@ti.com \
--to=omar.ramirez@ti.com \
--cc=Hiroshi.DOYU@nokia.com \
--cc=ameya.palande@nokia.com \
--cc=felipe.contreras@gmail.com \
--cc=h-kanigeri2@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=omar.ramirez@hotmail.com \
--cc=x0095840@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.