X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=nand_fdl%2Fcommon%2Fsrc%2Ffdl_channel.c;h=4d3b077fde79305ff6b4adf66e0d2fe14e6b0318;hb=70b155535ec40e8a653b8afd7866edb181e7899e;hp=4d2b76571949beea10bc74e11b57c2b28722ad51;hpb=8b2c912b69f1719e86c53fd9efaf42515666e3d8;p=profile%2Fmobile%2Fplatform%2Fkernel%2Fu-boot-tm1.git diff --git a/nand_fdl/common/src/fdl_channel.c b/nand_fdl/common/src/fdl_channel.c index 4d2b765..4d3b077 100644 --- a/nand_fdl/common/src/fdl_channel.c +++ b/nand_fdl/common/src/fdl_channel.c @@ -16,10 +16,9 @@ extern uint32 FDL_GetBootMode (void); // Author: junqiang.wang // Note: /******************************************************************************/ -PUBLIC struct FDL_ChannelHandler *FDL_ChannelGet() +PUBLIC struct FDL_ChannelHandler *FDL_ChannelGet(void) { uint32 bootMode = 0; - char ch; struct FDL_ChannelHandler *channel; bootMode = FDL_GetBootMode();