Commit 96c66042 authored by Sam Hansen's avatar Sam Hansen Committed by Greg Kroah-Hartman
Browse files

staging: xgifb: pr_fmt kbuild macro



Added the kbuild macro pr_fmt() to XGI_main_26.c

Signed-off-by: default avatarSam Hansen <solid.se7en@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7ad6651d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
 * Base on TW's sis fbdev code.
 */

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

/* #include <linux/config.h> */
#include <linux/module.h>
#include <linux/moduleparam.h>