aboutsummaryrefslogtreecommitdiff
path: root/src/superio/smsc/fdc37n972/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/smsc/fdc37n972/chip.h')
-rw-r--r--src/superio/smsc/fdc37n972/chip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/superio/smsc/fdc37n972/chip.h b/src/superio/smsc/fdc37n972/chip.h
index c486a7305a..0d8c18a8cb 100644
--- a/src/superio/smsc/fdc37n972/chip.h
+++ b/src/superio/smsc/fdc37n972/chip.h
@@ -17,8 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _SUPERIO_SMSC_FDC37N972
-#define _SUPERIO_SMSC_FDC37N972
+#ifndef SUPERIO_SMSC_FDC37N972_CHIP_H
+#define SUPERIO_SMSC_FDC37N972_CHIP_H
#include <device/device.h>
#include <pc80/keyboard.h>
@@ -31,5 +31,5 @@ struct superio_smsc_fdc37n972_config {
struct pc_keyboard keyboard;
};
-#endif /* _SUPERIO_SMSC_FDC37N972 */
+#endif