Function ar933x_40MHz_xtal should be inline
authorPiotr Dymacz <pepe2k@gmail.com>
Tue, 28 Apr 2015 13:08:51 +0000 (15:08 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Tue, 28 Apr 2015 13:08:51 +0000 (15:08 +0200)
u-boot/cpu/mips/ar7240/ar933x_clocks.c

index 66257e4aa882ba6e438c4ed903723f930416006f..8771d61a9225a047622ff1d6e6636f096beab2c9 100644 (file)
@@ -2,6 +2,7 @@
  * Atheros AR933x clocks helper functions
  *
  * Copyright (C) 2014 Piotr Dymacz <piotr@dymacz.pl>
+ * Copyright (C) 2014 Mantas Pucka <mantas@8devices.com>
  *
  * SPDX-License-Identifier:GPL-2.0
  */
@@ -12,7 +13,7 @@
 #include <asm/addrspace.h>
 #include <asm/ar933x.h>
 
-int ar933x_40MHz_xtal(void)
+inline int ar933x_40MHz_xtal(void)
 {
        return (ar933x_reg_read(BOOTSTRAP_STATUS_REG) & BOOTSTRAP_SEL_25_40M_MASK);
 }