Commit b0d240ec authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] [PATCH ac97_plugin_ad1980.c: warning fix

From:  Vinay K Nallamothu <vinay-rc@naturesoft.net>
parent f6a7ecb0
......@@ -28,6 +28,7 @@
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
......@@ -45,7 +46,7 @@
* use of the codec after the probe function.
*/
static void ad1980_remove(struct ac97_codec *codec)
static void __devexit ad1980_remove(struct ac97_codec *codec, struct ac97_driver *driver)
{
/* Nothing to do in the simple example */
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment