diff options
| author | Andy Green <andy.green@linaro.org> | 2011-08-25 03:02:13 -0400 |
|---|---|---|
| committer | Paolo Pisati <paolo.pisati@canonical.com> | 2012-08-17 04:18:40 -0400 |
| commit | ae176b606ade4a8e768403b4fcfdf2e36f92dfb3 (patch) | |
| tree | 4fed10154d6a2560e3b05ea68d15a359faae9a74 /drivers/gpu | |
| parent | 123522e4fdbfcb98ec9a7b35d0a0f5f00cd6467e (diff) | |
SGX remove config.h reference
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'drivers/gpu')
| -rw-r--r-- | drivers/gpu/pvr/event.c | 4 | ||||
| -rw-r--r-- | drivers/gpu/pvr/mm.c | 4 | ||||
| -rw-r--r-- | drivers/gpu/pvr/mm.h | 4 | ||||
| -rw-r--r-- | drivers/gpu/pvr/mmap.c | 4 | ||||
| -rw-r--r-- | drivers/gpu/pvr/module.c | 4 | ||||
| -rw-r--r-- | drivers/gpu/pvr/mutils.c | 3 | ||||
| -rw-r--r-- | drivers/gpu/pvr/mutils.h | 4 | ||||
| -rw-r--r-- | drivers/gpu/pvr/omaplfb/omaplfb_linux.c | 4 | ||||
| -rw-r--r-- | drivers/gpu/pvr/osfunc.c | 4 | ||||
| -rw-r--r-- | drivers/gpu/pvr/proc.c | 4 | ||||
| -rw-r--r-- | drivers/gpu/pvr/pvr_debug.c | 4 | ||||
| -rw-r--r-- | drivers/gpu/pvr/pvr_uaccess.h | 4 | ||||
| -rw-r--r-- | drivers/gpu/pvr/resman.c | 3 |
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 @@ | |||
| 24 | * | 24 | * |
| 25 | ******************************************************************************/ | 25 | ******************************************************************************/ |
| 26 | 26 | ||
| 27 | #ifndef AUTOCONF_INCLUDED | ||
| 28 | #include <linux/config.h> | ||
| 29 | #endif | ||
| 30 | |||
| 31 | #include <linux/version.h> | 27 | #include <linux/version.h> |
| 32 | #include <asm/io.h> | 28 | #include <asm/io.h> |
| 33 | #include <asm/page.h> | 29 | #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 @@ | |||
| 24 | * | 24 | * |
| 25 | ******************************************************************************/ | 25 | ******************************************************************************/ |
| 26 | 26 | ||
| 27 | #ifndef AUTOCONF_INCLUDED | ||
| 28 | #include <linux/config.h> | ||
| 29 | #endif | ||
| 30 | |||
| 31 | #include <linux/version.h> | 27 | #include <linux/version.h> |
| 32 | #include <linux/mm.h> | 28 | #include <linux/mm.h> |
| 33 | #include <linux/vmalloc.h> | 29 | #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 @@ | |||
| 27 | #ifndef __IMG_LINUX_MM_H__ | 27 | #ifndef __IMG_LINUX_MM_H__ |
| 28 | #define __IMG_LINUX_MM_H__ | 28 | #define __IMG_LINUX_MM_H__ |
| 29 | 29 | ||
| 30 | #ifndef AUTOCONF_INCLUDED | ||
| 31 | #include <linux/config.h> | ||
| 32 | #endif | ||
| 33 | |||
| 34 | #include <linux/version.h> | 30 | #include <linux/version.h> |
| 35 | #include <linux/slab.h> | 31 | #include <linux/slab.h> |
| 36 | #include <linux/mm.h> | 32 | #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 @@ | |||
| 24 | * | 24 | * |
| 25 | ******************************************************************************/ | 25 | ******************************************************************************/ |
| 26 | 26 | ||
| 27 | #ifndef AUTOCONF_INCLUDED | ||
| 28 | #include <linux/config.h> | ||
| 29 | #endif | ||
| 30 | |||
| 31 | #include <linux/version.h> | 27 | #include <linux/version.h> |
| 32 | #include <linux/mm.h> | 28 | #include <linux/mm.h> |
| 33 | #include <linux/module.h> | 29 | #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 @@ | |||
| 24 | * | 24 | * |
| 25 | ******************************************************************************/ | 25 | ******************************************************************************/ |
| 26 | 26 | ||
| 27 | #ifndef AUTOCONF_INCLUDED | ||
| 28 | #include <linux/config.h> | ||
| 29 | #endif | ||
| 30 | |||
| 31 | #if defined(SUPPORT_DRI_DRM) | 27 | #if defined(SUPPORT_DRI_DRM) |
| 32 | #define PVR_MOD_STATIC | 28 | #define PVR_MOD_STATIC |
| 33 | #else | 29 | #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 @@ | |||
| 24 | * | 24 | * |
| 25 | ******************************************************************************/ | 25 | ******************************************************************************/ |
| 26 | 26 | ||
| 27 | #ifndef AUTOCONF_INCLUDED | ||
| 28 | #include <linux/config.h> | ||
| 29 | #endif | ||
| 30 | #include <linux/version.h> | 27 | #include <linux/version.h> |
| 31 | 28 | ||
| 32 | #include <linux/spinlock.h> | 29 | #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 @@ | |||
| 27 | #ifndef __IMG_LINUX_MUTILS_H__ | 27 | #ifndef __IMG_LINUX_MUTILS_H__ |
| 28 | #define __IMG_LINUX_MUTILS_H__ | 28 | #define __IMG_LINUX_MUTILS_H__ |
| 29 | 29 | ||
| 30 | #ifndef AUTOCONF_INCLUDED | ||
| 31 | #include <linux/config.h> | ||
| 32 | #endif | ||
| 33 | |||
| 34 | #include <linux/version.h> | 30 | #include <linux/version.h> |
| 35 | 31 | ||
| 36 | #if !(defined(__i386__) && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26))) | 32 | #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 @@ | |||
| 24 | * | 24 | * |
| 25 | ******************************************************************************/ | 25 | ******************************************************************************/ |
| 26 | 26 | ||
| 27 | #ifndef AUTOCONF_INCLUDED | ||
| 28 | #include <linux/config.h> | ||
| 29 | #endif | ||
| 30 | |||
| 31 | #include <linux/version.h> | 27 | #include <linux/version.h> |
| 32 | #include <linux/module.h> | 28 | #include <linux/module.h> |
| 33 | #include <linux/fb.h> | 29 | #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 @@ | |||
| 24 | * | 24 | * |
| 25 | ******************************************************************************/ | 25 | ******************************************************************************/ |
| 26 | 26 | ||
| 27 | #ifndef AUTOCONF_INCLUDED | ||
| 28 | #include <linux/config.h> | ||
| 29 | #endif | ||
| 30 | |||
| 31 | #include <linux/version.h> | 27 | #include <linux/version.h> |
| 32 | #include <asm/io.h> | 28 | #include <asm/io.h> |
| 33 | #include <asm/page.h> | 29 | #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 @@ | |||
| 24 | * | 24 | * |
| 25 | ******************************************************************************/ | 25 | ******************************************************************************/ |
| 26 | 26 | ||
| 27 | #ifndef AUTOCONF_INCLUDED | ||
| 28 | #include <linux/config.h> | ||
| 29 | #endif | ||
| 30 | |||
| 31 | #include <linux/init.h> | 27 | #include <linux/init.h> |
| 32 | #include <linux/module.h> | 28 | #include <linux/module.h> |
| 33 | #include <linux/version.h> | 29 | #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 @@ | |||
| 24 | * | 24 | * |
| 25 | ******************************************************************************/ | 25 | ******************************************************************************/ |
| 26 | 26 | ||
| 27 | #ifndef AUTOCONF_INCLUDED | ||
| 28 | #include <linux/config.h> | ||
| 29 | #endif | ||
| 30 | |||
| 31 | #include <asm/io.h> | 27 | #include <asm/io.h> |
| 32 | #include <asm/uaccess.h> | 28 | #include <asm/uaccess.h> |
| 33 | #include <linux/kernel.h> | 29 | #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 @@ | |||
| 27 | #ifndef __PVR_UACCESS_H__ | 27 | #ifndef __PVR_UACCESS_H__ |
| 28 | #define __PVR_UACCESS_H__ | 28 | #define __PVR_UACCESS_H__ |
| 29 | 29 | ||
| 30 | #ifndef AUTOCONF_INCLUDED | ||
| 31 | #include <linux/config.h> | ||
| 32 | #endif | ||
| 33 | |||
| 34 | #include <linux/version.h> | 30 | #include <linux/version.h> |
| 35 | #include <asm/uaccess.h> | 31 | #include <asm/uaccess.h> |
| 36 | 32 | ||
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 @@ | |||
| 28 | #include "resman.h" | 28 | #include "resman.h" |
| 29 | 29 | ||
| 30 | #ifdef __linux__ | 30 | #ifdef __linux__ |
| 31 | #ifndef AUTOCONF_INCLUDED | ||
| 32 | #include <linux/config.h> | ||
| 33 | #endif | ||
| 34 | 31 | ||
| 35 | #include <linux/version.h> | 32 | #include <linux/version.h> |
| 36 | #include <linux/sched.h> | 33 | #include <linux/sched.h> |
