mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
tegrafb: fix section mismatch in host driver skeleton
Change-Id: I2cf4646c8e362f591e8f1e5d6c0573fd7aee4365 Signed-off-by: Gary King <gking@nvidia.com>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#define DRIVER_NAME "tegra_grhost"
|
||||
#define IFACE_NAME "nvhost"
|
||||
|
||||
static int __init nvhost_probe(struct platform_device *pdev)
|
||||
static int __devinit nvhost_probe(struct platform_device *pdev)
|
||||
{
|
||||
struct nvhost_master *host;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user