commit | 792140a5023d56d74ef7a5843d9db6a02256af66 | [log] [tgz] |
---|---|---|
author | Dmitriy Korovkin <dmitriy.korovkin@windriver.com> | Fri Oct 14 11:48:11 2016 -0400 |
committer | Anas Nashif <nashif@linux.intel.com> | Sat Oct 22 01:27:02 2016 +0000 |
tree | c97337a58a507dee3434bed829f8498b4760c3bc | |
parent | dc76dbf2ef70428b9ab361bc239b752fead01790 [diff] |
drivers: Fix type problems when building QMSI rtc driver In order to avoid type conflicts make sure that ISR_HANDLED is defined. This makes the ISR the correct type. Make sure that the pointer for the unused argument for ISR is of the proper type (NULL). Change-Id: Ia1873f32d2e2174085f929e318a780a1b2574785 Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>