|
@@ -18,8 +18,6 @@
|
|
|
* 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>
|
|
@@ -170,7 +168,7 @@ static int omapbl_probe(struct platform_device *pdev)
|
|
|
dev->props.brightness = pdata->default_intensity;
|
|
|
omapbl_update_status(dev);
|
|
|
|
|
|
- pr_info("OMAP LCD backlight initialised\n");
|
|
|
+ dev_info(&pdev->dev, "OMAP LCD backlight initialised\n");
|
|
|
|
|
|
return 0;
|
|
|
}
|