Commit 0fcfd267 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] remove a dead EXPORT_NO_SYMBOLS

(R Krishnakumar)
parent 3a2b9514
......@@ -282,6 +282,5 @@ pcf8563_release(struct inode *inode, struct file *filp)
return 0;
}
EXPORT_NO_SYMBOLS;
module_init(pcf8563_init);
module_exit(pcf8563_exit);
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