mirror of
https://github.com/torvalds/linux.git
synced 2026-05-13 10:34:26 -04:00
The function is a very simple wrapper around another one, just adds a few default parameters, so replace it with a static inline instead of using EXPORT_SYMBOL, reducing the module size slightly. Signed-off-by: Johannes Berg <johannes.berg@intel.com>