[core] missed a rename to hook

This commit is contained in:
Geoffrey McRae 2020-11-12 12:12:25 +11:00
parent b62fdae038
commit 01074a6010

View File

@ -20,7 +20,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include <linux/module.h> #include <linux/module.h>
#include "ioctl.h" #include "ioctl.h"
#include "hooks.h" #include "hook.h"
static int __init vendor_reset_init(void) static int __init vendor_reset_init(void)
{ {