mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Staging: hv: remove unneeded asm include file in hyperv.h
No one outside of the hyperv core needs to include the asm/hyperv.h file, so don't put it in the "global" include/linux/hyperv.h file. Cc: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
46a9719136
commit
407dd16443
4 changed files with 3 additions and 6 deletions
|
@ -35,9 +35,6 @@
|
|||
#include <linux/mod_devicetable.h>
|
||||
|
||||
|
||||
#include <asm/hyperv.h>
|
||||
|
||||
|
||||
#define MAX_PAGE_BUFFER_COUNT 16
|
||||
#define MAX_MULTIPAGE_BUFFER_COUNT 32 /* 128K */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue