|
@@ -18,6 +18,8 @@
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
*/
|
|
|
|
|
|
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
+
|
|
|
#include <linux/module.h>
|
|
|
#include <linux/kernel.h>
|
|
|
#include <linux/init.h>
|
|
@@ -168,7 +170,7 @@ static int omapbl_probe(struct platform_device *pdev)
|
|
|
dev->props.brightness = pdata->default_intensity;
|
|
|
omapbl_update_status(dev);
|
|
|
|
|
|
- printk(KERN_INFO "OMAP LCD backlight initialised\n");
|
|
|
+ pr_info("OMAP LCD backlight initialised\n");
|
|
|
|
|
|
return 0;
|
|
|
}
|