Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14866
b: refs/heads/master
c: fd1eab7
h: refs/heads/master
v: v3
  • Loading branch information
Reimar Doeffinger authored and Linus Torvalds committed Dec 1, 2005
1 parent 53b4ecd commit 7ad1477
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1bcd2a36711e6a72802a92a4e3fcef9d0c59dc3f
refs/heads/master: fd1eab73d50258b4c622b8dc23d896abd5cff2e6
9 changes: 3 additions & 6 deletions trunk/drivers/media/video/saa7134/saa7134-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ void saa7134_track_gpio(struct saa7134_dev *dev, char *msg)
/* ----------------------------------------------------------- */
/* delayed request_module */

#ifdef CONFIG_MODULES

#if defined(CONFIG_MODULES) && defined(MODULE)
static int need_empress;
static int need_dvb;
static int need_alsa;
Expand Down Expand Up @@ -237,9 +236,7 @@ static void request_module_depend(char *name, int *flag)
}

#else

#define request_module_depend(name,flag)

#endif /* CONFIG_MODULES */

/* ------------------------------------------------------------------ */
Expand Down Expand Up @@ -1163,10 +1160,10 @@ static int saa7134_init(void)

static void saa7134_fini(void)
{
#ifdef CONFIG_MODULES
#if defined(CONFIG_MODULES) && defined(MODULE)
if (pending_registered)
unregister_module_notifier(&pending_notifier);
#endif
#endif /* CONFIG_MODULES */
pci_unregister_driver(&saa7134_pci_driver);
}

Expand Down

0 comments on commit 7ad1477

Please sign in to comment.