remove linux 2.4 specific build system code
[openwrt.git] / target / linux / generic-2.6 / files / fs / yaffs2 / yaffs_tagscompat.h
index 6549398..a61e3ba 100644 (file)
@@ -30,9 +30,8 @@ int yaffs_TagsCompatabilityReadChunkWithTagsFromNAND(yaffs_Device * dev,
 int yaffs_TagsCompatabilityMarkNANDBlockBad(struct yaffs_DeviceStruct *dev,
                                            int blockNo);
 int yaffs_TagsCompatabilityQueryNANDBlock(struct yaffs_DeviceStruct *dev,
-                                         int blockNo, 
-                                         yaffs_BlockState *state,
-                                         __u32 *sequenceNumber);
+                                         int blockNo, yaffs_BlockState *
+                                         state, int *sequenceNumber);
 
 void yaffs_CalcTagsECC(yaffs_Tags * tags);
 int yaffs_CheckECCOnTags(yaffs_Tags * tags);
This page took 0.02872 seconds and 4 git commands to generate.