Fix dev_printk() is now GPL-only
authorMatthew Wilcox <matthew@wil.cx>
Sun, 24 Sep 2006 05:35:04 +0000 (23:35 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 18 Oct 2006 19:49:54 +0000 (12:49 -0700)
commit310a922d4307ed38b37982a6f93b11fdf3b8dcb1
tree498f59f1acb5b68442c12e2f2cac51c6048fb289
parent0fbf116d120a2dc5d808204c7d86ad35f7d7846f
Fix dev_printk() is now GPL-only

Make dev_printk usable from non-GPL modules again

dev_printk now calls dev_driver_string.  We want even proprietary modules
to be calling dev_printk, so the export of dev_driver_string needs to be
non-GPL-only.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/core.c