Skip to content

Commit

Permalink
mfd: davinci_voicecodec: Fix 'if defined' guard type in header
Browse files Browse the repository at this point in the history
The include guard doesn't work as intended due to the transposition
typo DAVINCI -> DAVINIC.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Rasmus Villemoes authored and Lee Jones committed Sep 26, 2014
1 parent be1c770 commit c593aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/mfd/davinci_voicecodec.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

#ifndef __LINUX_MFD_DAVINCI_VOICECODEC_H_
#define __LINUX_MFD_DAVINIC_VOICECODEC_H_
#define __LINUX_MFD_DAVINCI_VOICECODEC_H_

#include <linux/kernel.h>
#include <linux/platform_device.h>
Expand Down

0 comments on commit c593aca

Please sign in to comment.