> +static void __exit bma023_exit(void)
> +{
> + i2c_del_driver(&bma023_i2c_driver);
> +}
> +module_exit(bma023_exit);
> +
> +MODULE_AUTHOR("Wistron Corp.");
-+MODULE_AUTHOR("Wistron Corp.");
+ MODULE_AUTHOR("Kim Kyuwon <[email protected]>");
I thought "MODULE_AUTHOR" means the modifier of this code before.
Sorry for this mistake, the original author is Kim Kyuwon.
> +MODULE_DESCRIPTION("BMA023/SMB380 Tri-axis accelerometer driver");
> +MODULE_LICENSE("GPL");
> Index: linux-2.6.35/include/linux/bma023.h
> ===============================================================
> ====
_______________________________________________
MeeGo-kernel mailing list
[email protected]
http://lists.meego.com/listinfo/meego-kernel