Skip to content

Commit

Permalink
gpio-i2cmux: use subsys_initcall so that hdmi can probe successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
tkisky committed Mar 11, 2013
1 parent 1e7c626 commit c9255b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/muxes/gpio-i2cmux.c
Expand Up @@ -175,7 +175,7 @@ static void __exit gpiomux_exit(void)
platform_driver_unregister(&gpiomux_driver);
}

module_init(gpiomux_init);
subsys_initcall(gpiomux_init);
module_exit(gpiomux_exit);

MODULE_DESCRIPTION("GPIO-based I2C multiplexer driver");
Expand Down

0 comments on commit c9255b0

Please sign in to comment.