i2c-viapro.c (bf61c8840efe60fd8f91446860b63338fb424158) i2c-viapro.c (7c81c60f3789a082e141d7a013392af5f78db16a)
1/*
2 Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>,
3 Philip Edelbrock <phil@netroedge.com>, Kyösti Mälkki <kmalkki@cc.hut.fi>,
4 Mark D. Studebaker <mdsxyz123@yahoo.com>
1/*
2 Copyright (c) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>,
3 Philip Edelbrock <phil@netroedge.com>, Kyösti Mälkki <kmalkki@cc.hut.fi>,
4 Mark D. Studebaker <mdsxyz123@yahoo.com>
5 Copyright (C) 2005 - 2008 Jean Delvare <khali@linux-fr.org>
5 Copyright (C) 2005 - 2008 Jean Delvare <jdelvare@suse.de>
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or
10 (at your option) any later version.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of

--- 484 unchanged lines hidden (view full) ---

498 release_region(vt596_smba, 8);
499 pci_dev_put(vt596_pdev);
500 vt596_pdev = NULL;
501 }
502}
503
504MODULE_AUTHOR("Kyosti Malkki <kmalkki@cc.hut.fi>, "
505 "Mark D. Studebaker <mdsxyz123@yahoo.com> and "
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or
10 (at your option) any later version.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of

--- 484 unchanged lines hidden (view full) ---

498 release_region(vt596_smba, 8);
499 pci_dev_put(vt596_pdev);
500 vt596_pdev = NULL;
501 }
502}
503
504MODULE_AUTHOR("Kyosti Malkki <kmalkki@cc.hut.fi>, "
505 "Mark D. Studebaker <mdsxyz123@yahoo.com> and "
506 "Jean Delvare <khali@linux-fr.org>");
506 "Jean Delvare <jdelvare@suse.de>");
507MODULE_DESCRIPTION("vt82c596 SMBus driver");
508MODULE_LICENSE("GPL");
509
510module_init(i2c_vt596_init);
511module_exit(i2c_vt596_exit);
507MODULE_DESCRIPTION("vt82c596 SMBus driver");
508MODULE_LICENSE("GPL");
509
510module_init(i2c_vt596_init);
511module_exit(i2c_vt596_exit);