Skip to content

Commit

Permalink
[media] videobuf2: correct the #ifndef text mistake in videobuf2-dma-…
Browse files Browse the repository at this point in the history
…contig.h

It should be a mistake due to copy & paste in header file
  Correct it in videobuf2-dma-config.h for avoiding duplicate include it

Change-Id: I1f71fcec2889c033c7db380c58d9a1369c5afb35

Signed-off-by: Albert Wang <twang13@marvell.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Albert Wang authored and Mauro Carvalho Chehab committed Jun 18, 2012
1 parent 4b71ca6 commit 86b0905
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/media/videobuf2-dma-contig.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* videobuf2-dma-coherent.h - DMA coherent memory allocator for videobuf2
* videobuf2-dma-contig.h - DMA contig memory allocator for videobuf2
*
* Copyright (C) 2010 Samsung Electronics
*
Expand All @@ -10,8 +10,8 @@
* the Free Software Foundation.
*/

#ifndef _MEDIA_VIDEOBUF2_DMA_COHERENT_H
#define _MEDIA_VIDEOBUF2_DMA_COHERENT_H
#ifndef _MEDIA_VIDEOBUF2_DMA_CONTIG_H
#define _MEDIA_VIDEOBUF2_DMA_CONTIG_H

#include <media/videobuf2-core.h>
#include <linux/dma-mapping.h>
Expand Down

0 comments on commit 86b0905

Please sign in to comment.