mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
Revert "ANDROID: printk: printk_deferred for modules"
This reverts commit44043ee002. printk_deferred() is about to become a #define, so having it be an exported symbol will break the build. Bug: 172264047 Fixes:44043ee002("ANDROID: printk: printk_deferred for modules") Cc: Sai Harshini Nimmala <snimmala@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I45d16f936646c4cecbfe541175e0d3929a736432
This commit is contained in:
@@ -3222,7 +3222,6 @@ int printk_deferred(const char *fmt, ...)
|
||||
|
||||
return r;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(printk_deferred);
|
||||
|
||||
/*
|
||||
* printk rate limiting, lifted from the networking subsystem.
|
||||
|
||||
Reference in New Issue
Block a user