restart.c (42249094f79422fbf5ed4b54eeb48ff096809b8f) | restart.c (da89947b47a3a355f33a75d7672892c147ed880d) |
---|---|
1/* 2 * arch/arm/plat-spear/restart.c 3 * 4 * SPEAr platform specific restart functions 5 * 6 * Copyright (C) 2009 ST Microelectronics | 1/* 2 * arch/arm/plat-spear/restart.c 3 * 4 * SPEAr platform specific restart functions 5 * 6 * Copyright (C) 2009 ST Microelectronics |
7 * Viresh Kumar <viresh.linux@gmail.com> | 7 * Viresh Kumar <vireshk@kernel.org> |
8 * 9 * This file is licensed under the terms of the GNU General Public 10 * License version 2. This program is licensed "as is" without any 11 * warranty of any kind, whether express or implied. 12 */ 13#include <linux/io.h> 14#include <linux/amba/sp810.h> 15#include <linux/reboot.h> --- 20 unchanged lines hidden --- | 8 * 9 * This file is licensed under the terms of the GNU General Public 10 * License version 2. This program is licensed "as is" without any 11 * warranty of any kind, whether express or implied. 12 */ 13#include <linux/io.h> 14#include <linux/amba/sp810.h> 15#include <linux/reboot.h> --- 20 unchanged lines hidden --- |