kernel_samsung_a53x/drivers/gpu/arm/exynos/backend/gpexbe_qos.c
roynatech2544 0db070a424 Fix clang 16 errors treewide
- misleading indentation
- strict prototypes [1]

[1]
int foo(void) {...}
instead of
int foo() {...}

drivers: usb: Fix misleading indentation
2024-06-15 16:28:48 -03:00

12 lines
141 B
C
Executable file

#include <gpexbe_qos.h>
int gpexbe_qos_init(void)
{
return 0;
}
void gpexbe_qos_term(void)
{
/* TODO: unset and unregister */
return;
}