diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/platform_data/vsp1.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/platform_data/vsp1.h b/include/linux/platform_data/vsp1.h index 27c0ede1a53f..63170e2614b3 100644 --- a/include/linux/platform_data/vsp1.h +++ b/include/linux/platform_data/vsp1.h | |||
| @@ -14,7 +14,8 @@ | |||
| 14 | #define __PLATFORM_VSP1_H__ | 14 | #define __PLATFORM_VSP1_H__ |
| 15 | 15 | ||
| 16 | #define VSP1_HAS_LIF (1 << 0) | 16 | #define VSP1_HAS_LIF (1 << 0) |
| 17 | #define VSP1_HAS_SRU (1 << 1) | 17 | #define VSP1_HAS_LUT (1 << 1) |
| 18 | #define VSP1_HAS_SRU (1 << 2) | ||
| 18 | 19 | ||
| 19 | struct vsp1_platform_data { | 20 | struct vsp1_platform_data { |
| 20 | unsigned int features; | 21 | unsigned int features; |
