diff options
| author | Sri Krishna chowdary <schowdary@nvidia.com> | 2014-04-04 14:55:43 -0400 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@nvidia.com> | 2015-03-18 15:09:14 -0400 |
| commit | ebdc693f1f1c424f6e4090a4f0ac0b948d600f38 (patch) | |
| tree | d73411c4bf8c09e98914a213b25b7395f5210b29 /include/linux | |
| parent | 984e9503036acbb98fccd39b0f4a2116d2458b03 (diff) | |
nvmap: move file.h to kernel headers
Change-Id: I26135f4769b15170f8bccd878dbfff82b20f834d
Signed-off-by: Sri Krishna chowdary <schowdary@nvidia.com>
Reviewed-on: http://git-master/r/392450
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Hiroshi Doyu <hdoyu@nvidia.com>
Tested-by: Hiroshi Doyu <hdoyu@nvidia.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nvmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nvmap.h b/include/linux/nvmap.h index 5df5867a8..8d1ba7f34 100644 --- a/include/linux/nvmap.h +++ b/include/linux/nvmap.h | |||
| @@ -21,9 +21,9 @@ | |||
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | #include <linux/ioctl.h> | 23 | #include <linux/ioctl.h> |
| 24 | #include <linux/file.h> | ||
| 25 | #include <linux/rbtree.h> | 24 | #include <linux/rbtree.h> |
| 26 | #if defined(__KERNEL__) | 25 | #if defined(__KERNEL__) |
| 26 | #include <linux/file.h> | ||
| 27 | #include <linux/dma-buf.h> | 27 | #include <linux/dma-buf.h> |
| 28 | #include <linux/device.h> | 28 | #include <linux/device.h> |
| 29 | #endif | 29 | #endif |
