commit | 483f5215a2f48e500717862f9dbb18823221894e | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Wed Apr 22 14:33:07 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Wed May 20 12:32:16 2020 +0200 |
tree | 57aa37d1a4d8f485cced8d50fc658132801ad84e | |
parent | 7ef17aa55fc381a6f3280203cd85175cb14b631f [diff] |
media: atomisp: atomisp_compat_ioctl32.c: be independent of ISP version There are two ioctls that are only available with ISP2401. Yet, at the compat level, we don't really need to take care, as the native ioctl handler will already return an error code if the ioctl doesn't exist. So, let's just remove the ifdefs here. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>