[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
1 changed files with 1 additions and 1 deletions

View File

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