From 817bb334337e747a26322e034694042222388cd6 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Fri, 14 Aug 2009 15:52:50 +0530 Subject: [PATCH] Staging: sep: SEP driver build breaks with CONFIG_PCI=n next-20090813 randconfig build breaks Discretix SEP driver when configured with CONFIG_PCI=n. drivers/staging/sep/sep_driver.c: In function 'sep_probe': drivers/staging/sep/sep_driver.c:2548: error: implicit declaration of function 'pci_dev_get' This patch adds the dependency on PCI for the DX SEP driver. Signed-off-by: Kamalesh Babulal Cc: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed