Message ID | 20171221133316.19466-7-u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/mmc_cmds.c b/mmc_cmds.c index cec947da1d4a..038dbd42e6bf 100644 --- a/mmc_cmds.c +++ b/mmc_cmds.c @@ -22,17 +22,13 @@ #include <string.h> #include <sys/ioctl.h> #include <sys/types.h> -#include <dirent.h> #include <sys/stat.h> #include <unistd.h> #include <fcntl.h> -#include <libgen.h> -#include <limits.h> -#include <ctype.h> #include <errno.h> #include <stdint.h> #include <assert.h> -#include <linux/fs.h> +#include <linux/fs.h> /* for BLKGETSIZE */ #include "mmc.h" #include "mmc_cmds.h"