drm/nouveau: merge nouveau_platform.ko into nouveau.ko
authorAlexandre Courbot <[email protected]>
Thu, 15 Jan 2015 06:29:56 +0000 (15:29 +0900)
committerBen Skeggs <[email protected]>
Thu, 22 Jan 2015 02:15:09 +0000 (12:15 +1000)
commit055a65d5987a7f246c3fc2297158286882dbdbcf
treee0659efc5e0857acca5682dc8212c62928dad546
parent4dc63933ea518501fe9cfe6a8f8797d21095e76f
drm/nouveau: merge nouveau_platform.ko into nouveau.ko

Having the two modules separated causes various unneeded complications,
including having to export symbols accessed between the modules. Make
things simpler by compiling platform device support into nouveau.ko.
Platform device support remains optional and is only compiled on Tegra.

Signed-off-by: Alexandre Courbot <[email protected]>
Reviewed-by: Vince Hsu <[email protected]>
Signed-off-by: Ben Skeggs <[email protected]>
drivers/gpu/drm/nouveau/Kconfig
drivers/gpu/drm/nouveau/Makefile
drivers/gpu/drm/nouveau/nouveau_drm.c
drivers/gpu/drm/nouveau/nouveau_platform.c
drivers/gpu/drm/nouveau/nouveau_platform.h