From: Felipe Contreras Date: Tue, 22 Sep 2009 00:04:25 +0000 (-0700) Subject: MAINTAINERS: omap: fix regex X-Git-Tag: upstream/snapshot3+hdmi~17410 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e04d5a3d57accb0b05d381aa84d93d3749b15e2;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git MAINTAINERS: omap: fix regex Otherwise 'arch/arm/*omap*/foo.c' wouldn't match Signed-off-by: Felipe Contreras Cc: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/MAINTAINERS b/MAINTAINERS index 8d30ce8..4dd43f8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3737,7 +3737,7 @@ W: http://www.muru.com/linux/omap/ W: http://linux.omap.com/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git S: Maintained -F: arch/arm/*omap* +F: arch/arm/*omap*/ OMAP CLOCK FRAMEWORK SUPPORT M: Paul Walmsley