diff options
author | Thomas Meyer <thomas@m3y3r.de> | 2017-07-05 18:32:33 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2017-07-07 04:44:49 -0400 |
commit | 171fa6928bcdf72372f98884b0abb93ad9b2e673 (patch) | |
tree | 47af807a0bf2b14b0150f4988ae30d262b25dc77 /arch/um/include | |
parent | 22e19c8d062cc19832cde13225cbc6e5283cd969 (diff) |
um: stub-data.h: remove superfluous include
Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/include')
-rw-r--r-- | arch/um/include/shared/skas/stub-data.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/um/include/shared/skas/stub-data.h b/arch/um/include/shared/skas/stub-data.h index a9deece956bf..13f404e1262b 100644 --- a/arch/um/include/shared/skas/stub-data.h +++ b/arch/um/include/shared/skas/stub-data.h | |||
@@ -8,8 +8,6 @@ | |||
8 | #ifndef __STUB_DATA_H | 8 | #ifndef __STUB_DATA_H |
9 | #define __STUB_DATA_H | 9 | #define __STUB_DATA_H |
10 | 10 | ||
11 | #include <time.h> | ||
12 | |||
13 | struct stub_data { | 11 | struct stub_data { |
14 | unsigned long offset; | 12 | unsigned long offset; |
15 | int fd; | 13 | int fd; |