From patchwork Tue Jan 2 23:13:17 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shuah Khan X-Patchwork-Id: 10141407 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 9819960362 for ; Tue, 2 Jan 2018 23:13:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7DFD428EA1 for ; Tue, 2 Jan 2018 23:13:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7180828EC3; Tue, 2 Jan 2018 23:13:23 +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 C3AD128EA1 for ; Tue, 2 Jan 2018 23:13:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751105AbeABXNV (ORCPT ); Tue, 2 Jan 2018 18:13:21 -0500 Received: from osg.samsung.com ([64.30.133.232]:48158 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751100AbeABXNV (ORCPT ); Tue, 2 Jan 2018 18:13:21 -0500 Received: from localhost (localhost [127.0.0.1]) by osg.samsung.com (Postfix) with ESMTP id 74CA22ECDC; Tue, 2 Jan 2018 15:13:20 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at dev.s-opensource.com Received: from osg.samsung.com ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f24wzEceMTl2; Tue, 2 Jan 2018 15:13:19 -0800 (PST) Received: from [192.168.1.87] (c-24-9-64-241.hsd1.co.comcast.net [24.9.64.241]) by osg.samsung.com (Postfix) with ESMTPSA id A0E872ECCD; Tue, 2 Jan 2018 15:13:18 -0800 (PST) To: "Rafael J. Wysocki" Cc: Thomas Renninger , Linux PM , LKML , Shuah Khan , Shuah Khan From: Shuah Khan Subject: [GIT PULL] cpupower update for 4.16-rc1 Message-ID: <47ae2127-281c-89ae-2818-faa17ed86047@osg.samsung.com> Date: Tue, 2 Jan 2018 16:13:17 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 Content-Language: en-US Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Rafael, Please pull the cpupower update for 4.16-rc1. This update consists of a patch to remove FSF address. Diff is attached. thanks, -- Shuah ---------------------------------------------------------------------------------------------- The following changes since commit ae64f9bd1d3621b5e60d7363bc20afb46aede215: Linux 4.15-rc2 (2017-12-03 11:01:47 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-cpupower-4.16-rc1 for you to fetch changes up to 0e96a0c83f0842d5cfd83b0a896bc82ff61f9849: cpupower: Remove FSF address (2017-12-15 08:27:39 -0700) ---------------------------------------------------------------- linux-cpupower-4.16-rc1 This update consists of a patch to remove FSF address. ---------------------------------------------------------------- Laura Abbott (1): cpupower: Remove FSF address tools/power/cpupower/lib/cpufreq.h | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------------------------------- diff --git a/tools/power/cpupower/lib/cpufreq.h b/tools/power/cpupower/lib/cpufreq.h index 3b005c39f068..60beaf5ed2ea 100644 --- a/tools/power/cpupower/lib/cpufreq.h +++ b/tools/power/cpupower/lib/cpufreq.h @@ -11,10 +11,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef __CPUPOWER_CPUFREQ_H__