diff options
Diffstat (limited to 'src/superio/via/vt1211/chip.h')
-rw-r--r-- | src/superio/via/vt1211/chip.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/superio/via/vt1211/chip.h b/src/superio/via/vt1211/chip.h index 66e30538f8..4d88e9637e 100644 --- a/src/superio/via/vt1211/chip.h +++ b/src/superio/via/vt1211/chip.h @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef _SUPERIO_VIA_VT1211 -#define _SUPERIO_VIA_VT1211 +#ifndef SUPERIO_VIA_VT1211_CHIP_H +#define SUPERIO_VIA_VT1211_CHIP_H #include <uart8250.h> @@ -29,4 +29,4 @@ struct superio_via_vt1211_config { struct uart8250 com1, com2; }; -#endif /* _SUPERIO_VIA_VT1211 */ +#endif |