summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-08-25 08:02:13 +0100
committerAndy Green <andy.green@linaro.org>2011-08-25 08:02:13 +0100
commitab36b31619ab1c6cbdf5328c20ce2ec11c6869a2 (patch)
tree4fda46fc649f780a95eed2ae853226ded13f34e0
parent2d040cb196bf99f159359e814abf09fa48837882 (diff)
SGX remove config.h reference
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--drivers/gpu/pvr/event.c4
-rw-r--r--drivers/gpu/pvr/mm.c4
-rw-r--r--drivers/gpu/pvr/mm.h4
-rw-r--r--drivers/gpu/pvr/mmap.c4
-rw-r--r--drivers/gpu/pvr/module.c4
-rw-r--r--drivers/gpu/pvr/mutils.c3
-rw-r--r--drivers/gpu/pvr/mutils.h4
-rw-r--r--drivers/gpu/pvr/omaplfb/omaplfb_linux.c4
-rw-r--r--drivers/gpu/pvr/osfunc.c4
-rw-r--r--drivers/gpu/pvr/proc.c4
-rw-r--r--drivers/gpu/pvr/pvr_debug.c4
-rw-r--r--drivers/gpu/pvr/pvr_uaccess.h4
-rw-r--r--drivers/gpu/pvr/resman.c3
13 files changed, 0 insertions, 50 deletions
diff --git a/drivers/gpu/pvr/event.c b/drivers/gpu/pvr/event.c
index 888871b3a92..e0f184e91fa 100644
--- a/drivers/gpu/pvr/event.c
+++ b/drivers/gpu/pvr/event.c
@@ -24,10 +24,6 @@
*
******************************************************************************/
-#ifndef AUTOCONF_INCLUDED
- #include <linux/config.h>
-#endif
-
#include <linux/version.h>
#include <asm/io.h>
#include <asm/page.h>
diff --git a/drivers/gpu/pvr/mm.c b/drivers/gpu/pvr/mm.c
index 8ae9fb69684..700219c9955 100644
--- a/drivers/gpu/pvr/mm.c
+++ b/drivers/gpu/pvr/mm.c
@@ -24,10 +24,6 @@
*
******************************************************************************/
-#ifndef AUTOCONF_INCLUDED
- #include <linux/config.h>
-#endif
-
#include <linux/version.h>
#include <linux/mm.h>
#include <linux/vmalloc.h>
diff --git a/drivers/gpu/pvr/mm.h b/drivers/gpu/pvr/mm.h
index 9f911869ecf..0679edeb443 100644
--- a/drivers/gpu/pvr/mm.h
+++ b/drivers/gpu/pvr/mm.h
@@ -27,10 +27,6 @@
#ifndef __IMG_LINUX_MM_H__
#define __IMG_LINUX_MM_H__
-#ifndef AUTOCONF_INCLUDED
- #include <linux/config.h>
-#endif
-
#include <linux/version.h>
#include <linux/slab.h>
#include <linux/mm.h>
diff --git a/drivers/gpu/pvr/mmap.c b/drivers/gpu/pvr/mmap.c
index 6379eb0ff03..07cc950eeee 100644
--- a/drivers/gpu/pvr/mmap.c
+++ b/drivers/gpu/pvr/mmap.c
@@ -24,10 +24,6 @@
*
******************************************************************************/
-#ifndef AUTOCONF_INCLUDED
- #include <linux/config.h>
-#endif
-
#include <linux/version.h>
#include <linux/mm.h>
#include <linux/module.h>
diff --git a/drivers/gpu/pvr/module.c b/drivers/gpu/pvr/module.c
index f689f363d4c..8f0056ac2ba 100644
--- a/drivers/gpu/pvr/module.c
+++ b/drivers/gpu/pvr/module.c
@@ -24,10 +24,6 @@
*
******************************************************************************/
-#ifndef AUTOCONF_INCLUDED
- #include <linux/config.h>
-#endif
-
#if defined(SUPPORT_DRI_DRM)
#define PVR_MOD_STATIC
#else
diff --git a/drivers/gpu/pvr/mutils.c b/drivers/gpu/pvr/mutils.c
index 884635e2919..5451c8a5cfa 100644
--- a/drivers/gpu/pvr/mutils.c
+++ b/drivers/gpu/pvr/mutils.c
@@ -24,9 +24,6 @@
*
******************************************************************************/
-#ifndef AUTOCONF_INCLUDED
-#include <linux/config.h>
-#endif
#include <linux/version.h>
#include <linux/spinlock.h>
diff --git a/drivers/gpu/pvr/mutils.h b/drivers/gpu/pvr/mutils.h
index 92d8e7b215e..0cd141a2515 100644
--- a/drivers/gpu/pvr/mutils.h
+++ b/drivers/gpu/pvr/mutils.h
@@ -27,10 +27,6 @@
#ifndef __IMG_LINUX_MUTILS_H__
#define __IMG_LINUX_MUTILS_H__
-#ifndef AUTOCONF_INCLUDED
-#include <linux/config.h>
-#endif
-
#include <linux/version.h>
#if !(defined(__i386__) && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26)))
diff --git a/drivers/gpu/pvr/omaplfb/omaplfb_linux.c b/drivers/gpu/pvr/omaplfb/omaplfb_linux.c
index a4e1a94daf5..e1cf569e387 100644
--- a/drivers/gpu/pvr/omaplfb/omaplfb_linux.c
+++ b/drivers/gpu/pvr/omaplfb/omaplfb_linux.c
@@ -24,10 +24,6 @@
*
******************************************************************************/
-#ifndef AUTOCONF_INCLUDED
-#include <linux/config.h>
-#endif
-
#include <linux/version.h>
#include <linux/module.h>
#include <linux/fb.h>
diff --git a/drivers/gpu/pvr/osfunc.c b/drivers/gpu/pvr/osfunc.c
index 2bcf0ed40ce..9e1bd2ca13c 100644
--- a/drivers/gpu/pvr/osfunc.c
+++ b/drivers/gpu/pvr/osfunc.c
@@ -24,10 +24,6 @@
*
******************************************************************************/
-#ifndef AUTOCONF_INCLUDED
- #include <linux/config.h>
-#endif
-
#include <linux/version.h>
#include <asm/io.h>
#include <asm/page.h>
diff --git a/drivers/gpu/pvr/proc.c b/drivers/gpu/pvr/proc.c
index ac647350e6a..b08911b7cdc 100644
--- a/drivers/gpu/pvr/proc.c
+++ b/drivers/gpu/pvr/proc.c
@@ -24,10 +24,6 @@
*
******************************************************************************/
-#ifndef AUTOCONF_INCLUDED
- #include <linux/config.h>
-#endif
-
#include <linux/init.h>
#include <linux/module.h>
#include <linux/version.h>
diff --git a/drivers/gpu/pvr/pvr_debug.c b/drivers/gpu/pvr/pvr_debug.c
index 2e64fe6ed36..734aebb2cc1 100644
--- a/drivers/gpu/pvr/pvr_debug.c
+++ b/drivers/gpu/pvr/pvr_debug.c
@@ -24,10 +24,6 @@
*
******************************************************************************/
-#ifndef AUTOCONF_INCLUDED
- #include <linux/config.h>
-#endif
-
#include <asm/io.h>
#include <asm/uaccess.h>
#include <linux/kernel.h>
diff --git a/drivers/gpu/pvr/pvr_uaccess.h b/drivers/gpu/pvr/pvr_uaccess.h
index 3db3caf65b1..58d4899bbd5 100644
--- a/drivers/gpu/pvr/pvr_uaccess.h
+++ b/drivers/gpu/pvr/pvr_uaccess.h
@@ -27,10 +27,6 @@
#ifndef __PVR_UACCESS_H__
#define __PVR_UACCESS_H__
-#ifndef AUTOCONF_INCLUDED
- #include <linux/config.h>
-#endif
-
#include <linux/version.h>
#include <asm/uaccess.h>
diff --git a/drivers/gpu/pvr/resman.c b/drivers/gpu/pvr/resman.c
index b3a4534c809..5936312cc53 100644
--- a/drivers/gpu/pvr/resman.c
+++ b/drivers/gpu/pvr/resman.c
@@ -28,9 +28,6 @@
#include "resman.h"
#ifdef __linux__
-#ifndef AUTOCONF_INCLUDED
- #include <linux/config.h>
-#endif
#include <linux/version.h>
#include <linux/sched.h>