Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757633AbbKSEuj (ORCPT ); Wed, 18 Nov 2015 23:50:39 -0500 Received: from mail-wm0-f50.google.com ([74.125.82.50]:33572 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756746AbbKSEuh (ORCPT ); Wed, 18 Nov 2015 23:50:37 -0500 MIME-Version: 1.0 In-Reply-To: <1446570664-10293-5-git-send-email-atull@opensource.altera.com> References: <1446570664-10293-1-git-send-email-atull@opensource.altera.com> <1446570664-10293-5-git-send-email-atull@opensource.altera.com> Date: Wed, 18 Nov 2015 20:50:35 -0800 Message-ID: Subject: Re: [PATCH v13 4/6] fpga: add fpga bridge framework From: Moritz Fischer To: Alan Tull Cc: Rob Herring , Josh Cartwright , Greg KH , Michal Simek , Michal Simek , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Jonathan Corbet , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, Pantelis Antoniou , Alan Tull , "dinguyen@opensource.altera.com" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 853 Lines: 26 Hi Alan, while trying to implement something that works for Zynq along these lines I stumbled upon some minor stuff. On Tue, Nov 3, 2015 at 9:11 AM, wrote: > + * Return: 0 on success, negative error code otherwise. > + */ > +int fpga_bridge_register(struct device *dev, const char *name, > + struct fpga_bridge_ops *br_ops, void *priv) const struct fpga_bridge_ops > +int fpga_bridge_register(struct device *dev, const char *name, > + struct fpga_bridge_ops *br_ops, void *priv); const struct fpga_bridge_ops Cheers, Moritz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/