mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
greybus: static module_init/exit functions
This commit is contained in:
@@ -161,12 +161,12 @@ static int new_device(struct greybus_device *gdev,
|
||||
}
|
||||
|
||||
|
||||
int __init gb_init(void)
|
||||
static int __init gb_init(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void __exit gb_exit(void)
|
||||
static void __exit gb_exit(void)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user