hotplug.c (3eb66e91a25497065c5322b1268cbc3953642227) | hotplug.c (75a6faf617d107bdbc74d36ccf89f2280b96ac26) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/* 2 * Copyright (c) 2013 Linaro Ltd. 3 * Copyright (c) 2013 Hisilicon Limited. | 2/* 3 * Copyright (c) 2013 Linaro Ltd. 4 * Copyright (c) 2013 Hisilicon Limited. |
4 * 5 * This program is free software; you can redistribute it and/or modify it 6 * under the terms and conditions of the GNU General Public License, 7 * version 2, as published by the Free Software Foundation. | |
8 */ 9 10#include <linux/cpu.h> 11#include <linux/delay.h> 12#include <linux/io.h> 13#include <linux/of_address.h> 14#include <linux/of_platform.h> 15#include <asm/cacheflush.h> --- 287 unchanged lines hidden --- | 5 */ 6 7#include <linux/cpu.h> 8#include <linux/delay.h> 9#include <linux/io.h> 10#include <linux/of_address.h> 11#include <linux/of_platform.h> 12#include <asm/cacheflush.h> --- 287 unchanged lines hidden --- |