diff options
Diffstat (limited to 'mdk-stage1/probing.c')
-rw-r--r-- | mdk-stage1/probing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index fab0f5d02..ce8b48181 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -503,7 +503,7 @@ void probe_that_type(enum driver_type type, enum media_bus bus __attribute__ ((u static struct media_info * medias = NULL; -static void find_media(enum media_bus bus) +void find_media(enum media_bus bus) { char b[50]; char buf[5000]; |