Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/compat/linsysfs/linsysfs.c 257179 2013-10-26 18:18:50Z glebius $");
---
> __FBSDID("$FreeBSD: head/sys/compat/linsysfs/linsysfs.c 283421 2015-05-24 15:51:18Z dchagin $");
65,70d64
< #include "opt_compat.h"
< #ifdef COMPAT_LINUX32 /* XXX */
< #include <machine/../linux32/linux.h>
< #else
< #include <machine/../linux/linux.h>
< #endif
284a279,281
> #if defined(__amd64__)
> MODULE_DEPEND(linsysfs, linux_common, 1, 1, 1);
> #else
285a283
> #endif