X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fmiscdevice.h;h=26433ec520b313c5b4faf7d44df3d2a6d1366905;hb=d67c6f869c0a7f275689855161c93d714197e052;hp=dff9ea32606a56e986fd6a2cc62375675eec61db;hpb=6de410c2b0cc055ae9ee640c84331f6a70878d9b;p=linux-2.6 diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h index dff9ea3260..26433ec520 100644 --- a/include/linux/miscdevice.h +++ b/include/linux/miscdevice.h @@ -43,7 +43,7 @@ struct miscdevice { }; extern int misc_register(struct miscdevice * misc); -extern int misc_deregister(struct miscdevice * misc); +extern int misc_deregister(struct miscdevice *misc); #define MODULE_ALIAS_MISCDEV(minor) \ MODULE_ALIAS("char-major-" __stringify(MISC_MAJOR) \