From: Steven Rostedt Date: Sat, 12 Jan 2013 01:17:01 +0000 (-0500) Subject: staging/sb105x: PARPORT config is not good enough must use PARPORT_PC X-Git-Tag: v3.8-rc5~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dfc8331781f954bbea5c59d4411acf3b28530c1;p=pandora-kernel.git staging/sb105x: PARPORT config is not good enough must use PARPORT_PC The sb105x driver calls parport_pc_probe_port() which isn't defined if PARPORT_PC isn't enabled. Protecting it with CONFIG_PARPORT is not good enough, must protect it with CONFIG_PARPORT_PC. Reported-by: Randy Dunlap Acked-by: Randy Dunlap Signed-off-by: Steven Rostedt Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed