Re: [PATCH v6 net-next 01/17] net: qualcomm: remove unnecessary includes

From: David Miller
Date: Wed May 24 2017 - 16:43:15 EST


From: Stefan Wahren <stefan.wahren@xxxxxxxx>
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.