|
@@ -102,18 +102,7 @@ static struct transport ethertap_transport = {
|
|
|
static int register_ethertap(void)
|
|
|
{
|
|
|
register_transport(ðertap_transport);
|
|
|
- return(1);
|
|
|
+ return 0;
|
|
|
}
|
|
|
|
|
|
__initcall(register_ethertap);
|
|
|
-
|
|
|
-/*
|
|
|
- * Overrides for Emacs so that we follow Linus's tabbing style.
|
|
|
- * Emacs will notice this stuff at the end of the file and automatically
|
|
|
- * adjust the settings for this buffer only. This must remain at the end
|
|
|
- * of the file.
|
|
|
- * ---------------------------------------------------------------------------
|
|
|
- * Local variables:
|
|
|
- * c-file-style: "linux"
|
|
|
- * End:
|
|
|
- */
|