remove trailing whitespace
[coreboot.git] / src / superio / fintek / f71859 / chip.h
old mode 100755 (executable)
new mode 100644 (file)
index d823c45..157ed26
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#ifndef SUPERIO_FINTEK_F71859_CHIP_H
+#define SUPERIO_FINTEK_F71859_CHIP_H
+
 #include <device/device.h>
 #include <uart8250.h>
 
 extern struct chip_operations superio_fintek_f71859_ops;
 
 struct superio_fintek_f71859_config {
-       struct uart8250 com1, com2;
+
 };
+
+#endif