mirror of
https://github.com/torvalds/linux.git
synced 2026-06-12 16:57:59 +02: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:
parent
363f844cc2
commit
ea2bf27237
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user