summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/hppa
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-09 03:57:37 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-09 03:57:37 +0000
commit62679ba5cf00f155071fde26018559d76d7ff59f (patch)
treee83ee869d0d31e203fecb66bda79323422666804 /libc/sysdeps/linux/hppa
parentaa37fff9edcb011868607d195bb2daea8da21aae (diff)
dont include linux/types.h
Diffstat (limited to 'libc/sysdeps/linux/hppa')
-rw-r--r--libc/sysdeps/linux/hppa/bits/kernel_stat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/hppa/bits/kernel_stat.h b/libc/sysdeps/linux/hppa/bits/kernel_stat.h
index 3d5be0352..c64392037 100644
--- a/libc/sysdeps/linux/hppa/bits/kernel_stat.h
+++ b/libc/sysdeps/linux/hppa/bits/kernel_stat.h
@@ -4,8 +4,6 @@
#ifndef _PARISC_STAT_H
#define _PARISC_STAT_H
-#include <linux/types.h>
-
struct kernel_stat {
unsigned int st_dev; /* dev_t is 32 bits on parisc */
ino_t st_ino; /* 32 bits */