X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric-2.6%2Ffiles%2Ffs%2Fyaffs2%2Fyportenv.h;h=15ac28121c768bc8d9faa3d2f305bcf5e9e7bcf4;hb=306910e5d18ea19b4c10df06defaa494733def60;hp=097b2a6756bfcc820f78a0f8e00b37f0ce70ca35;hpb=c9d9f8045c5aebdfeb96d7f9833927751d854bc1;p=openwrt%2Fopenwrt.git diff --git a/target/linux/generic-2.6/files/fs/yaffs2/yportenv.h b/target/linux/generic-2.6/files/fs/yaffs2/yportenv.h index 097b2a6756..15ac28121c 100644 --- a/target/linux/generic-2.6/files/fs/yaffs2/yportenv.h +++ b/target/linux/generic-2.6/files/fs/yaffs2/yportenv.h @@ -17,14 +17,6 @@ #ifndef __YPORTENV_H__ #define __YPORTENV_H__ -/* - * Define the MTD version in terms of Linux Kernel versions - * This allows yaffs to be used independantly of the kernel - * as well as with it. - */ - -#define MTD_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) - #if defined CONFIG_YAFFS_WINCE #include "ywinceenv.h" @@ -34,10 +26,7 @@ #include "moduleconfig.h" /* Linux kernel */ - #include -#define MTD_VERSION_CODE LINUX_VERSION_CODE - #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)) #include #endif @@ -101,8 +90,6 @@ #elif defined CONFIG_YAFFS_DIRECT -#define MTD_VERSION_CODE MTD_VERSION(2,6,22) - /* Direct interface */ #include "ydirectenv.h" @@ -193,8 +180,8 @@ extern unsigned int yaffs_wr_attempts; #define T(mask,p) do{ if((mask) & (yaffs_traceMask | YAFFS_TRACE_ALWAYS)) TOUT(p);} while(0) -#ifndef YBUG -#define YBUG() do {T(YAFFS_TRACE_BUG,(TSTR("==>> yaffs bug: " __FILE__ " %d" TENDSTR),__LINE__));} while(0) +#ifndef CONFIG_YAFFS_WINCE +#define YBUG() T(YAFFS_TRACE_BUG,(TSTR("==>> yaffs bug: " __FILE__ " %d" TENDSTR),__LINE__)) #endif #endif