09.12.2013 19:01, Alexander Graf wrote:
[]
> +++ b/arch/powerpc/kvm/44x.c
> @@ -231,3 +231,6 @@ static void __exit kvmppc_44x_exit(void)
>
> module_init(kvmppc_44x_init);
> module_exit(kvmppc_44x_exit);
> +#include <linux/miscdevice.h>
> +MODULE_ALIAS_MISCDEV(KVM_MINOR);
> +MODULE_ALIAS("devname:kvm");
Usual thing is to add #includes into the beginning of a source file,
not at the end of it, here and in all other similar places.
Thanks,
/mjt
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html