summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500/intel_bios.h
diff options
context:
space:
mode:
authorPatrik Jakobsson <patrik.r.jakobsson@gmail.com>2013-03-14 11:36:54 (GMT)
committerPatrik Jakobsson <patrik.r.jakobsson@gmail.com>2013-03-17 17:32:56 (GMT)
commit9e8e463609190562e69c83e59f50117a98e6e0be (patch)
tree633c9545d66da4f38e814b943a37839b69fd7209 /drivers/gpu/drm/gma500/intel_bios.h
parent49ad8f54c02001d34856fb4cd00af02be75ab9be (diff)
downloadlinux-9e8e463609190562e69c83e59f50117a98e6e0be.tar.xz
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.h6
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 c6267c9..978ae4b 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_ */