From patchwork Thu Nov 30 13:20:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 10084885 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 10306602B9 for ; Thu, 30 Nov 2017 13:21:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 02229286B9 for ; Thu, 30 Nov 2017 13:21:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EB00129FA0; Thu, 30 Nov 2017 13:21:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BCC9E286B9 for ; Thu, 30 Nov 2017 13:21:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753154AbdK3NVE (ORCPT ); Thu, 30 Nov 2017 08:21:04 -0500 Received: from osg.samsung.com ([64.30.133.232]:37779 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752644AbdK3NVC (ORCPT ); Thu, 30 Nov 2017 08:21:02 -0500 Received: from localhost (localhost [127.0.0.1]) by osg.samsung.com (Postfix) with ESMTP id 6BD37329D8; Thu, 30 Nov 2017 05:21:02 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at dev.s-opensource.com X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from osg.samsung.com ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GPk4YCv-ns8O; Thu, 30 Nov 2017 05:20:59 -0800 (PST) Received: from smtp.s-opensource.com (unknown [179.182.167.145]) by osg.samsung.com (Postfix) with ESMTPSA id 93C71329C0; Thu, 30 Nov 2017 05:20:59 -0800 (PST) Received: from mchehab by smtp.s-opensource.com with local (Exim 4.89) (envelope-from ) id 1eKOls-0001PV-TY; Thu, 30 Nov 2017 08:20:56 -0500 From: Mauro Carvalho Chehab Cc: Mauro Carvalho Chehab , Linux Media Mailing List , Mauro Carvalho Chehab , Sean Young Subject: [PATCH 2/2] media: rc-core.rst: add the lirc_dev.h header Date: Thu, 30 Nov 2017 08:20:56 -0500 Message-Id: X-Mailer: git-send-email 2.14.3 In-Reply-To: <44530601e2f49433690aeec1c76e425907ae6842.1512048047.git.mchehab@s-opensource.com> References: <44530601e2f49433690aeec1c76e425907ae6842.1512048047.git.mchehab@s-opensource.com> In-Reply-To: <44530601e2f49433690aeec1c76e425907ae6842.1512048047.git.mchehab@s-opensource.com> References: <44530601e2f49433690aeec1c76e425907ae6842.1512048047.git.mchehab@s-opensource.com> To: unlisted-recipients:; (no To-header on input) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP There is a kAPI declaration there. Add it to the documentation. Signed-off-by: Mauro Carvalho Chehab --- Documentation/media/kapi/rc-core.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/media/kapi/rc-core.rst b/Documentation/media/kapi/rc-core.rst index 41c2256dbf6a..dd2482c58cdb 100644 --- a/Documentation/media/kapi/rc-core.rst +++ b/Documentation/media/kapi/rc-core.rst @@ -7,3 +7,5 @@ Remote Controller core .. kernel-doc:: include/media/rc-core.h .. kernel-doc:: include/media/rc-map.h + +.. kernel-doc:: include/media/lirc_dev.h