diff mbox

[GIT,PULL] cpupower update for 4.16-rc1

Message ID 47ae2127-281c-89ae-2818-faa17ed86047@osg.samsung.com (mailing list archive)
State Not Applicable, archived
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-cpupower-4.16-rc1

Commit Message

Shuah Khan Jan. 2, 2018, 11:13 p.m. UTC
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(-)

----------------------------------------------------------------------------------------------

Comments

Rafael J. Wysocki Jan. 2, 2018, 11:39 p.m. UTC | #1
On Wed, Jan 3, 2018 at 12:13 AM, Shuah Khan <shuahkh@osg.samsung.com> wrote:
> Hi Rafael,

Hi,

> Please pull the cpupower update for 4.16-rc1.

Pulled, thanks!
diff mbox

Patch

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__