diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-04-27 04:55:26 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-04-27 04:55:26 -0400 |
commit | 9a375e93f88269bb770fb2eaa57554c975449c88 (patch) | |
tree | 4c8f6d77f0aa94fc69c5b9e75d51db1451bdf66f /include/asm-mips/ds1742.h | |
parent | b2b4b9a7c09ad66e095b13c97946a96f2dc8284e (diff) | |
parent | acc696d93dcf993dec123d69d599979e1456ffec (diff) | |
download | linux-9a375e93f88269bb770fb2eaa57554c975449c88.tar.gz linux-9a375e93f88269bb770fb2eaa57554c975449c88.tar.bz2 linux-9a375e93f88269bb770fb2eaa57554c975449c88.zip |
Merge branch 'upstream' into max-sect
Diffstat (limited to 'include/asm-mips/ds1742.h')
-rw-r--r-- | include/asm-mips/ds1742.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-mips/ds1742.h b/include/asm-mips/ds1742.h new file mode 100644 index 000000000000..c2f2c32da637 --- /dev/null +++ b/include/asm-mips/ds1742.h @@ -0,0 +1,13 @@ +/* + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. + * + * Copyright (C) 2006 by Ralf Baechle (ralf@linux-mips.org) + */ +#ifndef _ASM_DS1742_H +#define _ASM_DS1742_H + +#include <ds1742.h> + +#endif /* _ASM_DS1742_H */ |