diff options
author | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | 2013-03-14 12:36:54 +0100 |
---|---|---|
committer | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | 2013-03-17 18:32:56 +0100 |
commit | 9e8e463609190562e69c83e59f50117a98e6e0be (patch) | |
tree | 633c9545d66da4f38e814b943a37839b69fd7209 /drivers/gpu/drm/gma500/intel_bios.h | |
parent | 49ad8f54c02001d34856fb4cd00af02be75ab9be (diff) | |
download | kernel_replicant_linux-9e8e463609190562e69c83e59f50117a98e6e0be.tar.gz kernel_replicant_linux-9e8e463609190562e69c83e59f50117a98e6e0be.tar.bz2 kernel_replicant_linux-9e8e463609190562e69c83e59f50117a98e6e0be.zip |
drm/gma500: Clean up various defines
Remove unused defines that we'll never use and fix naming in some include guards
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/gma500/intel_bios.h')
-rw-r--r-- | drivers/gpu/drm/gma500/intel_bios.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/gma500/intel_bios.h b/drivers/gpu/drm/gma500/intel_bios.h index c6267c98c9e7..978ae4b25e82 100644 --- a/drivers/gpu/drm/gma500/intel_bios.h +++ b/drivers/gpu/drm/gma500/intel_bios.h @@ -19,8 +19,8 @@ * */ -#ifndef _I830_BIOS_H_ -#define _I830_BIOS_H_ +#ifndef _INTEL_BIOS_H_ +#define _INTEL_BIOS_H_ #include <drm/drmP.h> #include <drm/drm_dp_helper.h> @@ -618,4 +618,4 @@ extern void psb_intel_destroy_bios(struct drm_device *dev); #define PORT_IDPC 8 #define PORT_IDPD 9 -#endif /* _I830_BIOS_H_ */ +#endif /* _INTEL_BIOS_H_ */ |