]> git.neil.brown.name Git - history.git/commitdiff
XFS: remove a no-longer-used conditional macro.
authorNathan Scott <nathans@sgi.com>
Tue, 15 Oct 2002 01:08:08 +0000 (03:08 +0200)
committerChristoph Hellwig <hch@sgi.com>
Tue, 15 Oct 2002 01:08:08 +0000 (03:08 +0200)
Modid: 2.5.x-xfs:slinx:129574a

fs/xfs/xfs_types.h

index 9bc2d90d426fbc4ccef990edf746b1465e36c3d0..e08f8b727a65b1968be03216cf03006f62336cb9 100644 (file)
@@ -308,13 +308,9 @@ extern struct xfsstats xfsstats;
 #endif /* !CONFIG_PROC_FS */
 
 
-
-/* juggle IRIX device numbers - still used in ondisk structures */
-
-#ifndef __KERNEL__
-#define MKDEV(major, minor)    makedev(major, minor)
-#endif
-
+/*
+ * Juggle IRIX device numbers - still used in ondisk structures
+ */
 #define XFS_DEV_BITSMAJOR      14
 #define XFS_DEV_BITSMINOR      18
 #define XFS_DEV_MAXMAJ         0x1ff