xen: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
*
|
||||
* [1] - http://xenbits.xen.org/gitweb/?p=mini-os.git;a=summary
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <log.h>
|
||||
|
||||
#include <asm/io.h>
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
*
|
||||
* [1] - http://xenbits.xen.org/gitweb/?p=mini-os.git;a=summary
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <linux/compiler.h>
|
||||
#include <log.h>
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
* Copyright (c) 2005, Grzegorz Milos, gm281@cam.ac.uk,Intel Research Cambridge
|
||||
* Copyright (c) 2020, EPAM Systems Inc.
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <cpu_func.h>
|
||||
#include <log.h>
|
||||
#include <memalign.h>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define LOG_CATEGORY UCLASS_PVBLOCK
|
||||
|
||||
#include <blk.h>
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <dm/device-internal.h>
|
||||
#include <malloc.h>
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
* [1] - http://xenbits.xen.org/gitweb/?p=mini-os.git;a=summary
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <log.h>
|
||||
|
||||
#include <asm/armv8/mmu.h>
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
#ifndef _EVENTS_H_
|
||||
#define _EVENTS_H_
|
||||
|
||||
#include <asm/ptrace.h>
|
||||
#include <asm/xen/hypercall.h>
|
||||
#include <xen/interface/event_channel.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user