Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965651AbdGTTNx (ORCPT ); Thu, 20 Jul 2017 15:13:53 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:36963 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965264AbdGTTNu (ORCPT ); Thu, 20 Jul 2017 15:13:50 -0400 From: frowand.list@gmail.com To: Rob Herring , "Rafael J. Wysocki" , Len Brown Cc: devicetree@vger.kernel.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] MAINTAINERS: device property: of: add fwnode.h Date: Thu, 20 Jul 2017 12:13:25 -0700 Message-Id: <1500578005-25893-3-git-send-email-frowand.list@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1500578005-25893-1-git-send-email-frowand.list@gmail.com> References: <1500578005-25893-1-git-send-email-frowand.list@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 657 Lines: 24 From: Frank Rowand Device tree is impacted by changes to fwnode.h, add a file entry to OPEN FIRMWARE AND FLATTENED DEVICE TREE Signed-off-by: Frank Rowand --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index c0ac362e850a..cb58c20b1ef8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9771,6 +9771,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git S: Maintained F: drivers/of/ F: include/linux/of*.h +F: include/linux/fwnode.h F: scripts/dtc/ F: Documentation/ABI/testing/sysfs-firmware-ofw -- Frank Rowand