Add missing kernel.h includes (hopefully all of them), take #2.

Change-Id: I62cedf992bb096987050621cfc34f0432e9da170
This commit is contained in:
Thomas Martitz 2014-01-05 20:42:48 +01:00
parent 22a28f9caa
commit 22b33d6eb8
10 changed files with 19 additions and 4 deletions

View file

@ -21,6 +21,7 @@
#include "config.h"
#include "system.h"
#include "kernel.h"
#include "pinctrl-imx233.h"
#include "rds.h"
#include "si4700.h"

View file

@ -18,10 +18,13 @@
* KIND, either express or implied.
*
****************************************************************************/
#include <sys/types.h> /* off_t */
#include <string.h>
#include "cpu.h"
#include "system.h"
#include "kernel.h"
#include "backlight-target.h"
#include "lcd.h"
#include "lcdif-imx233.h"