remove trailing whitespace
[coreboot.git] / src / superio / via / vt1211 / chip.h
index 66e30538f850dd2f83408680b8058500e8eb68c2..3fcd6ae1b19f56f3c8896ff5f754908b45642d56 100644 (file)
  * 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>
 
 extern struct chip_operations superio_via_vt1211_ops;
 
 struct superio_via_vt1211_config {
-       struct uart8250 com1, com2;
+
 };
 
-#endif /* _SUPERIO_VIA_VT1211 */
+#endif