9
0
Fork 0

Driver: expose dummy_probe

expose Dummy Probe function so that modules can use it.

Signed-off-by: Nishanth Menon <x0nishan@ti.com>
This commit is contained in:
Nishanth Menon 2008-08-14 20:33:16 -05:00 committed by Sascha Hauer
parent 584f9990a8
commit 1252331f68
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ int dummy_probe(struct device_d *dev)
{
return 0;
}
EXPORT_SYMBOL(dummy_probe);
static int do_devinfo_subtree(struct device_d *dev, int depth, char edge)
{