Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 5 Mar 2024 16:10:24 +0000 (18:10 +0200)
committer
Dave Hansen <dave.hansen@linux.intel.com>
Wed, 3 Apr 2024 15:24:48 +0000 (08:24 -0700)
The rtc driver used to be disabled with a direct check for Intel MID
platforms. But that direct check was replaced long ago (see second
link). Remove the (unused since 2016) include.
[ dhansen: rewrite changelog to include some history ]