summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2003-07-17 19:25:07 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-07-17 19:25:07 -0700
commit5acf32eeb3082c5ec89bbd9df2b8bda251ca1bc1 (patch)
treee6ecf86d638072ab44e5af91b576741df53c3fff /include
parentc07f63b348199d5f8645ef2556de12536d7c0061 (diff)
[PATCH] misc fixes
- i460-agp linkage fix ("Luck, Tony" <tony.luck@intel.com>) - Don't reimplement offsetof() in hfs - NBD warning fix - Remove unneeded null-pointer test in journal_stop (Andreas Gruenbacher) - remove debug stuff in journal_dirty_metadata() - slab.c typo fixes (Lev Makhlis <mlev@despammed.com>) - In devfs_mk_cdev() error path, don't print `buf' until we've written something into it. (Reported by Gergely Nagy <algernon@gandalph.mad.hu>) - Two ISA sound drivers had their kmalloc() args reversed (Spotted by Steve French)
Diffstat (limited to 'include')
-rw-r--r--include/linux/hfs_sysdep.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/hfs_sysdep.h b/include/linux/hfs_sysdep.h
index 1468ef02e8b6..4c4e3eba0963 100644
--- a/include/linux/hfs_sysdep.h
+++ b/include/linux/hfs_sysdep.h
@@ -28,9 +28,6 @@
extern struct timezone sys_tz;
-#undef offsetof
-#define offsetof(TYPE, MEMB) ((size_t) &((TYPE *)0)->MEMB)
-
/* Typedefs for integer types by size and signedness */
typedef __u8 hfs_u8;
typedef __u16 hfs_u16;