mirror of https://gitee.com/openkylin/linux.git
mtd: mtd-user: remove stdint.h include
Kernel headers should use linux/types.h instead. Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
parent
ab84fce518
commit
137d36af4a
|
@ -20,8 +20,6 @@
|
|||
#ifndef __MTD_USER_H__
|
||||
#define __MTD_USER_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* This file is blessed for inclusion by userspace */
|
||||
#include <mtd/mtd-abi.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue