| Subject | Re: [PATCH 7/8] x86: kvm: audit and remove any unnecessary uses of module.h | From | Paolo Bonzini <> | Date | Thu, 14 Jul 2016 09:42:59 +0200 |
| |
On 14/07/2016 02:19, Paul Gortmaker wrote: > > This means we should be able to reduce the usage of module.h > in code that is obj-y Makefile or bool Kconfig. In the case of > kvm where it is modular, we can extend that to also include files > that are building basic support functionality but not related > to loading or registering the final module; such files also have > no need whatsoever for module.h
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
|