From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751561Ab3LJUqn (ORCPT ); Tue, 10 Dec 2013 15:46:43 -0500 Received: from mail-ie0-f175.google.com ([209.85.223.175]:37982 "EHLO mail-ie0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751127Ab3LJUql (ORCPT ); Tue, 10 Dec 2013 15:46:41 -0500 Date: Tue, 10 Dec 2013 12:46:35 -0800 From: Brian Norris To: Lee Jones Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, dwmw2@infradead.org, angus.clark@st.com, linus.walleij@linaro.org, linux-mtd@lists.infradead.org Subject: Re: [PATCH v3 01/36] mtd: st_spi_fsm: Allocate resources and register with MTD framework Message-ID: <20131210204635.GD27149@ld-irv-0074.broadcom.com> References: <1385727565-25794-1-git-send-email-lee.jones@linaro.org> <1385727565-25794-2-git-send-email-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1385727565-25794-2-git-send-email-lee.jones@linaro.org> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 29, 2013 at 12:18:50PM +0000, Lee Jones wrote: > --- /dev/null > +++ b/drivers/mtd/devices/st_spi_fsm.c > @@ -0,0 +1,111 @@ [...] > +static struct of_device_id stfsm_match[] = { > + { .compatible = "st,spi-fsm", }, > + {}, > +}; > +MODULE_DEVICE_TABLE(of, spi_fsm_match); s/spi_fsm_match/stfsm_match/ This doesn't compile. Brian