mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 05:04:02 +02:00
serial: 8250: remove always included kconfig.h
The inclusion of <linux/kconfig.h> in commit7ab80d1e72("serial: 8250: fix compile error with hub6_match_port() when compiled as a module") is unneeded as it's guaranteed by the build starting from commit2a11c8ea20("kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()"). Remove it here. Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://patch.msgid.link/20260721144847.3728422-1-hugo@hugovil.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
348f045f29
commit
050f2ba1cb
|
|
@ -8,7 +8,6 @@
|
|||
*/
|
||||
|
||||
#include <linux/bits.h>
|
||||
#include <linux/kconfig.h>
|
||||
#include <linux/serial_8250.h>
|
||||
#include <linux/serial_core.h>
|
||||
#include <linux/dmaengine.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user