On 07/01/18 11:14, Andy Shevchenko wrote:
On Sat, Jun 30, 2018 at 5:59 PM, Michael Straube <[email protected]> wrote:The header rtw_ioctl_rtl.h is not used anywhere. Running 'grep -r rtw_ioctl_rtl *' from kernel root directory returns nothing, remove the file.Just a side note, using `git grep` is much more efficient against kernel source tree. Something like `git grep -n rtw_ioctl_rtl.h` in this case.
Ah, I did not know about `git grep`, thanks! Michael

