yaffs: More cleanup of tracing, inlines and general formatting
[yaffs2.git] / yaffs_guts.c
index b49f0184cc83a632a11f6fb4e3d6d7ac0ed05ad9..f4ae9deed727bb968a3db3db393a69e4986915db 100644 (file)
@@ -296,7 +296,7 @@ static void yaffs_handle_chunk_wr_error(struct yaffs_dev *dev, int nand_chunk,
  *  Simple hash function. Needs to have a reasonable spread
  */
 
-static Y_INLINE int yaffs_hash_fn(int n)
+static inline int yaffs_hash_fn(int n)
 {
        n = abs(n);
        return n % YAFFS_NOBJECT_BUCKETS;