From 84b525cf46c2d835f81f778a6e732cf69aa20bea Mon Sep 17 00:00:00 2001 From: Ville Syrjälä Date: Mon, 18 Feb 2013 21:41:10 +0200 Subject: intel_chipset: Add multiple inclusion guards into intel_chipset.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- lib/intel_chipset.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/intel_chipset.h') diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h index 6b4fab33..f703239e 100755 --- a/lib/intel_chipset.h +++ b/lib/intel_chipset.h @@ -25,6 +25,9 @@ * */ +#ifndef _INTEL_CHIPSET_H +#define _INTEL_CHIPSET_H + #define PCI_CHIP_I810 0x7121 #define PCI_CHIP_I810_DC100 0x7123 #define PCI_CHIP_I810_E 0x7125 @@ -274,3 +277,5 @@ #define IS_CRESTLINE(devid) ((devid) == PCI_CHIP_I965_GM || \ (devid) == PCI_CHIP_I965_GME) + +#endif /* _INTEL_CHIPSET_H */ -- cgit v1.2.3