Skip to content

Commit

Permalink
[MIPS] ioc3.h: Uses u8, so include <linux/types.h>.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jun 29, 2006
1 parent 2e78ae3 commit 89e22d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-mips/sn/ioc3.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#ifndef _IOC3_H
#define _IOC3_H

#include <linux/types.h>

/* SUPERIO uart register map */
typedef volatile struct ioc3_uartregs {
union {
Expand Down

0 comments on commit 89e22d1

Please sign in to comment.