All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] udf: remove duplicate definitions
@ 2006-03-20 15:42 Pekka Enberg
  0 siblings, 0 replies; only message in thread
From: Pekka Enberg @ 2006-03-20 15:42 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, bfennema

From: Pekka Enberg <penberg@cs.helsinki.fi>

This patch removes duplicate definitions from include/linux/udf_fs_i.h
which are already defined in fs/udf/ecma_167.h.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>

---

 include/linux/udf_fs_i.h |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

0266c667e014e5cdd30a7e94eaa8b5b82f0395f9
diff --git a/include/linux/udf_fs_i.h b/include/linux/udf_fs_i.h
index 1e75084..ffaf056 100644
--- a/include/linux/udf_fs_i.h
+++ b/include/linux/udf_fs_i.h
@@ -15,27 +15,6 @@
 
 #ifdef __KERNEL__
 
-#ifndef _ECMA_167_H
-typedef struct
-{
-	__u32			logicalBlockNum;
-	__u16			partitionReferenceNum;
-} __attribute__ ((packed)) lb_addr;
-
-typedef struct
-{
-	__u32			extLength;
-	__u32			extPosition;
-} __attribute__ ((packed)) short_ad;
-
-typedef struct
-{
-	__u32			extLength;
-	lb_addr			extLocation;
-	__u8			impUse[6];
-} __attribute__ ((packed)) long_ad;
-#endif
-
 struct udf_inode_info
 {
 	struct timespec		i_crtime;
-- 
1.2.4




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-20 15:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-20 15:42 [PATCH] udf: remove duplicate definitions Pekka Enberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.