iio: adc: max11410: Use asm intead of asm-generic
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 3 Jan 2023 14:49:03 +0000 (16:49 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 8 Jan 2023 12:13:09 +0000 (12:13 +0000)
commit591a6bc7f40d3ea6492527f595f1588e127d0b54
treea85900df626885bfa130f2b11cfac6395a8f16e6
parent4b570fe0d4c9f326fb87b1c58abebb8f0376eaa9
iio: adc: max11410: Use asm intead of asm-generic

There is no point to specify asm-generic for the unaligned.h.
Drop the 'generic' suffix and move the inclusion to be after
the non-IIO linux/* ones.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230103144903.39905-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/max11410.c