]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/linux/omap-gpmc.h
Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-beck.git] / include / linux / omap-gpmc.h
index 9e9d79e8efa5fd7cd3e38e6aa7d74bb5abb52809..35d0fd7a4948e6e49eb7e75512461d935cccd161 100644 (file)
@@ -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;
 }