Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74826
b: refs/heads/master
c: 7d44e89
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Dec 12, 2007
1 parent f7d5fc5 commit 3a30dd8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 056827a49ce65a8d10197d35468500b501d1eec1
refs/heads/master: 7d44e8921851f460bcacb3ade432a4f5ada20fb6
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/bt8xx/bttv-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -5080,7 +5080,7 @@ static void PXC200_muxsel(struct bttv *btv, unsigned int input)
/* ----------------------------------------------------------------------- */
/* motherboard chipset specific stuff */

void __devinit bttv_check_chipset(void)
void __init bttv_check_chipset(void)
{
int pcipci_fail = 0;
struct pci_dev *dev = NULL;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/bt8xx/bttv-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -4985,7 +4985,7 @@ static struct pci_driver bttv_pci_driver = {
#endif
};

static int bttv_init_module(void)
static int __init bttv_init_module(void)
{
int ret;

Expand Down Expand Up @@ -5018,7 +5018,7 @@ static int bttv_init_module(void)
return pci_register_driver(&bttv_pci_driver);
}

static void bttv_cleanup_module(void)
static void __exit bttv_cleanup_module(void)
{
pci_unregister_driver(&bttv_pci_driver);
bus_unregister(&bttv_sub_bus_type);
Expand Down

0 comments on commit 3a30dd8

Please sign in to comment.