From: Matthew Wilcox Date: Sun, 24 Sep 2006 05:35:04 +0000 (-0600) Subject: Fix dev_printk() is now GPL-only X-Git-Tag: v2.6.19-rc3~126^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=310a922d4307ed38b37982a6f93b11fdf3b8dcb1;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed