X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Flinux%2Fomap-gpmc.h;h=35d0fd7a4948e6e49eb7e75512461d935cccd161;hb=0680b0cabcd0a2264f0ad8ac569caf928f65afb6;hp=9e9d79e8efa5fd7cd3e38e6aa7d74bb5abb52809;hpb=525fe43f55ff6d110680bb3d750bed3dda01b989;p=cascardo%2Flinux.git diff --git a/include/linux/omap-gpmc.h b/include/linux/omap-gpmc.h index 9e9d79e8efa5..35d0fd7a4948 100644 --- a/include/linux/omap-gpmc.h +++ b/include/linux/omap-gpmc.h @@ -29,8 +29,8 @@ struct gpmc_nand_regs; struct gpmc_nand_ops *gpmc_omap_get_nand_ops(struct gpmc_nand_regs *regs, int cs); #else -static inline gpmc_nand_ops *gpmc_omap_get_nand_ops(struct gpmc_nand_regs *regs, - int cs) +static inline struct gpmc_nand_ops *gpmc_omap_get_nand_ops(struct gpmc_nand_regs *regs, + int cs) { return NULL; }