Re: [PATCH v6 net-next 01/17] net: qualcomm: remove unnecessary includes
From: David Miller <davem@davemloft.net>
Date: 2017-05-24 20:43:09
Also in:
linux-serial, lkml, netdev
From: David Miller <davem@davemloft.net>
Date: 2017-05-24 20:43:09
Also in:
linux-serial, lkml, netdev
From: Stefan Wahren <redacted> Date: Wed, 24 May 2017 22:05:26 +0200 (CEST)
AFAIK these ones above aren't necessary (no init, no kernel module, no kernel parameter, no kernel version) for this C file. So i will double check it.
You need the endianness translators like cpu_to_be32() or whatever, so you need to figure out where you are getting that once these explicit headers are removed. And see, it's probably hidden inside of the private header's includes. So we can't tell.