9
0
Fork 0

clock.h: use types.h not linux/types.h

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Acked-by: Juergen Beisert <jbe@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Marc Kleine-Budde 2009-11-24 10:25:03 +01:00 committed by Sascha Hauer
parent c6f639fafb
commit 9434fe68e4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#include <linux/types.h>
#include <types.h>
#ifndef CLOCK_H
#define CLOCK_H