Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus

* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
[MIPS] BCM1480: include <linux/init.h>.
[MIPS] BCM1480: Export zbbus_mhz.

+2
+2
arch/mips/sibyte/bcm1480/setup.c
··· 15 15 * along with this program; if not, write to the Free Software 16 16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 17 */ 18 + #include <linux/init.h> 18 19 #include <linux/kernel.h> 19 20 #include <linux/module.h> 20 21 #include <linux/reboot.h> ··· 36 35 EXPORT_SYMBOL(soc_type); 37 36 unsigned int periph_rev; 38 37 unsigned int zbbus_mhz; 38 + EXPORT_SYMBOL(zbbus_mhz); 39 39 40 40 static unsigned int part_type; 41 41