Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
[firefly-linux-kernel-4.4.55.git] / drivers / crypto / bfin_crc.c
index b099e33cb07303dff8e32da36fdfc589426d0bc0..9ae149bddb6e3279945b01268882a4eb1887eec1 100644 (file)
 #include <linux/scatterlist.h>
 #include <linux/dma-mapping.h>
 #include <linux/delay.h>
-#include <linux/unaligned/access_ok.h>
 #include <linux/crypto.h>
 #include <linux/cryptohash.h>
 #include <crypto/scatterwalk.h>
 #include <crypto/algapi.h>
 #include <crypto/hash.h>
 #include <crypto/internal/hash.h>
+#include <asm/unaligned.h>
 
 #include <asm/dma.h>
 #include <asm/portmux.h>
@@ -724,7 +724,6 @@ static struct platform_driver bfin_crypto_crc_driver = {
        .resume    = bfin_crypto_crc_resume,
        .driver    = {
                .name  = DRIVER_NAME,
-               .owner = THIS_MODULE,
        },
 };