diff options
| author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-05-01 08:34:54 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-14 01:54:09 -0400 |
| commit | 6a4a79355bfa9ae6977556595a68f2e3a0e143f7 (patch) | |
| tree | 63955ce42d873cb9b21e467b7a91a670b2f4f80a /drivers | |
| parent | feb5bce24ed4d90c0a5710a669072c778a2c5148 (diff) | |
V4L/DVB (7853): ivtv/cx18: fix compile warnings
Fix compile warnings if MODULE is not defined.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/media/video/cx18/cx18-driver.c | 4 | ||||
| -rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.c | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.c b/drivers/media/video/cx18/cx18-driver.c index 3f55d47bc4b9..7813380dce3f 100644 --- a/drivers/media/video/cx18/cx18-driver.c +++ b/drivers/media/video/cx18/cx18-driver.c | |||
| @@ -548,6 +548,7 @@ static int cx18_setup_pci(struct cx18 *cx, struct pci_dev *dev, | |||
| 548 | return 0; | 548 | return 0; |
| 549 | } | 549 | } |
| 550 | 550 | ||
| 551 | #ifdef MODULE | ||
| 551 | static u32 cx18_request_module(struct cx18 *cx, u32 hw, | 552 | static u32 cx18_request_module(struct cx18 *cx, u32 hw, |
| 552 | const char *name, u32 id) | 553 | const char *name, u32 id) |
| 553 | { | 554 | { |
| @@ -560,12 +561,14 @@ static u32 cx18_request_module(struct cx18 *cx, u32 hw, | |||
| 560 | CX18_DEBUG_INFO("Loaded module %s\n", name); | 561 | CX18_DEBUG_INFO("Loaded module %s\n", name); |
| 561 | return hw; | 562 | return hw; |
| 562 | } | 563 | } |
| 564 | #endif | ||
| 563 | 565 | ||
| 564 | static void cx18_load_and_init_modules(struct cx18 *cx) | 566 | static void cx18_load_and_init_modules(struct cx18 *cx) |
| 565 | { | 567 | { |
| 566 | u32 hw = cx->card->hw_all; | 568 | u32 hw = cx->card->hw_all; |
| 567 | int i; | 569 | int i; |
| 568 | 570 | ||
| 571 | #ifdef MODULE | ||
| 569 | /* load modules */ | 572 | /* load modules */ |
| 570 | #ifndef CONFIG_MEDIA_TUNER | 573 | #ifndef CONFIG_MEDIA_TUNER |
| 571 | hw = cx18_request_module(cx, hw, "tuner", CX18_HW_TUNER); | 574 | hw = cx18_request_module(cx, hw, "tuner", CX18_HW_TUNER); |
| @@ -573,6 +576,7 @@ static void cx18_load_and_init_modules(struct cx18 *cx) | |||
| 573 | #ifndef CONFIG_VIDEO_CS5345 | 576 | #ifndef CONFIG_VIDEO_CS5345 |
| 574 | hw = cx18_request_module(cx, hw, "cs5345", CX18_HW_CS5345); | 577 | hw = cx18_request_module(cx, hw, "cs5345", CX18_HW_CS5345); |
| 575 | #endif | 578 | #endif |
| 579 | #endif | ||
| 576 | 580 | ||
| 577 | /* check which i2c devices are actually found */ | 581 | /* check which i2c devices are actually found */ |
| 578 | for (i = 0; i < 32; i++) { | 582 | for (i = 0; i < 32; i++) { |
diff --git a/drivers/media/video/ivtv/ivtv-driver.c b/drivers/media/video/ivtv/ivtv-driver.c index ed020f722b05..a0756a9235d8 100644 --- a/drivers/media/video/ivtv/ivtv-driver.c +++ b/drivers/media/video/ivtv/ivtv-driver.c | |||
| @@ -853,6 +853,7 @@ static int ivtv_setup_pci(struct ivtv *itv, struct pci_dev *dev, | |||
| 853 | return 0; | 853 | return 0; |
| 854 | } | 854 | } |
| 855 | 855 | ||
| 856 | #ifdef MODULE | ||
| 856 | static u32 ivtv_request_module(struct ivtv *itv, u32 hw, | 857 | static u32 ivtv_request_module(struct ivtv *itv, u32 hw, |
| 857 | const char *name, u32 id) | 858 | const char *name, u32 id) |
| 858 | { | 859 | { |
| @@ -865,12 +866,14 @@ static u32 ivtv_request_module(struct ivtv *itv, u32 hw, | |||
| 865 | IVTV_DEBUG_INFO("Loaded module %s\n", name); | 866 | IVTV_DEBUG_INFO("Loaded module %s\n", name); |
| 866 | return hw; | 867 | return hw; |
| 867 | } | 868 | } |
| 869 | #endif | ||
| 868 | 870 | ||
| 869 | static void ivtv_load_and_init_modules(struct ivtv *itv) | 871 | static void ivtv_load_and_init_modules(struct ivtv *itv) |
| 870 | { | 872 | { |
| 871 | u32 hw = itv->card->hw_all; | 873 | u32 hw = itv->card->hw_all; |
| 872 | unsigned i; | 874 | unsigned i; |
| 873 | 875 | ||
| 876 | #ifdef MODULE | ||
| 874 | /* load modules */ | 877 | /* load modules */ |
| 875 | #ifndef CONFIG_MEDIA_TUNER | 878 | #ifndef CONFIG_MEDIA_TUNER |
| 876 | hw = ivtv_request_module(itv, hw, "tuner", IVTV_HW_TUNER); | 879 | hw = ivtv_request_module(itv, hw, "tuner", IVTV_HW_TUNER); |
| @@ -911,6 +914,7 @@ static void ivtv_load_and_init_modules(struct ivtv *itv) | |||
| 911 | #ifndef CONFIG_VIDEO_M52790 | 914 | #ifndef CONFIG_VIDEO_M52790 |
| 912 | hw = ivtv_request_module(itv, hw, "m52790", IVTV_HW_M52790); | 915 | hw = ivtv_request_module(itv, hw, "m52790", IVTV_HW_M52790); |
| 913 | #endif | 916 | #endif |
| 917 | #endif | ||
| 914 | 918 | ||
| 915 | /* check which i2c devices are actually found */ | 919 | /* check which i2c devices are actually found */ |
| 916 | for (i = 0; i < 32; i++) { | 920 | for (i = 0; i < 32; i++) { |
