X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=ucw%2Ffb-param.c;h=e0f9a73f49be87ba8d755dac490e6c824cc6b3d0;hb=ecf11d9c9949a6e9323a4f18c2418532d7f77b8f;hp=e59444cbde876cf440dc3f4a263e3b89f9ded0f8;hpb=f501fcf311379b78506474478a17d82382b753e4;p=libucw.git diff --git a/ucw/fb-param.c b/ucw/fb-param.c index e59444cb..e0f9a73f 100644 --- a/ucw/fb-param.c +++ b/ucw/fb-param.c @@ -8,11 +8,11 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" -#include "ucw/conf.h" -#include "ucw/lfs.h" -#include "ucw/fastbuf.h" -#include "ucw/trans.h" +#include +#include +#include +#include +#include #include #include @@ -34,8 +34,8 @@ fbpar_cf_commit(struct fb_params *p UNUSED) #ifdef CONFIG_DARWIN return "Direct I/O is not supported on darwin"; #endif -#ifndef CONFIG_DIRECT_IO - return "Direct I/O disabled by configure switch -CONFIG_DIRECT_IO"; +#ifndef CONFIG_UCW_DIRECT_IO + return "Direct I/O disabled by configure switch -CONFIG_UCW_DIRECT_IO"; #endif #ifndef CONFIG_UCW_FB_DIRECT return "Direct I/O disabled by configure switch -CONFIG_UCW_FB_DIRECT";