diff --git a/common/driver/dma_common.c b/common/driver/dma_common.c index 5014aa3..c117da6 100755 --- a/common/driver/dma_common.c +++ b/common/driver/dma_common.c @@ -265,7 +265,7 @@ int Dma_Init(struct DmaDevice *dev) { // Setup /proc - if ( NULL == proc_create_data(dev->devName, 0, NULL, &DmaProcOps, dev)) { + if ( NULL == proc_create_seq_data(dev->devName, 0, NULL, &DmaProcOps, dev)) { dev_err(dev->device,"Init: Failed to create proc entry.\n"); goto cleanup_device_create; }