usbnet: fix usb_autopm_get_interface failure(v1)
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / mips / jz4740 / setup.c
blob6a9e14dab91eb88d68f7b25dc6565af47449e40e
1 /*
2 * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de>
3 * JZ4740 setup code
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License as published by the
7 * Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version.
10 * You should have received a copy of the GNU General Public License along
11 * with this program; if not, write to the Free Software Foundation, Inc.,
12 * 675 Mass Ave, Cambridge, MA 02139, USA.
16 #include <linux/init.h>
17 #include <linux/kernel.h>
19 #include "reset.h"
21 void __init plat_mem_setup(void)
23 jz4740_reset_init();
26 const char *get_system_type(void)
28 return "JZ4740";