mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-31 10:13:04 +09:00
get_pipes_num() calls BUG_ON so we can't set it as inline because it produces a warning as BUG_ON() uses static variables when it is expanded. Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>