From mboxrd@z Thu Jan 1 00:00:00 1970 From: javier@dowhile0.org (Javier Martinez Canillas) Date: Mon, 29 Feb 2016 15:56:50 -0300 Subject: [PATCH 2/3] dmaengine: sun4i: support module autoloading In-Reply-To: <1456104396-13282-2-git-send-email-emilio@elopez.com.ar> References: <1456104396-13282-1-git-send-email-emilio@elopez.com.ar> <1456104396-13282-2-git-send-email-emilio@elopez.com.ar> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello Emilio, On Sun, Feb 21, 2016 at 10:26 PM, Emilio L?pez wrote: > From: Emilio L?pez > > MODULE_DEVICE_TABLE() is missing, so the module isn't auto-loading on > supported systems. This commit adds the missing line so it loads > automatically when building it as a module and running on a system > with the early sunxi DMA engine. > > Signed-off-by: Emilio L?pez > --- Reviewed-by: Javier Martinez Canillas Best regards, Javier