fix config.h inclusion

This commit is contained in:
Balazs Gerofi
2017-06-17 07:04:19 +09:00
parent fa6f20a3c4
commit 2afc9d37d1
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
#include <asm/uaccess.h>
#include <asm/delay.h>
#include <asm/io.h>
#include "../../config.h"
#include "../../../config.h"
#include "mcctrl.h"
#include <linux/version.h>