From patchwork Thu Mar 12 15:59:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Berg X-Patchwork-Id: 11434745 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6F9B1161F for ; Thu, 12 Mar 2020 15:59:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5A018206B7 for ; Thu, 12 Mar 2020 15:59:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727192AbgCLP7X (ORCPT ); Thu, 12 Mar 2020 11:59:23 -0400 Received: from s3.sipsolutions.net ([144.76.43.62]:57512 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727228AbgCLP7X (ORCPT ); Thu, 12 Mar 2020 11:59:23 -0400 Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) (envelope-from ) id 1jCQEz-004nuk-Bv; Thu, 12 Mar 2020 16:59:21 +0100 From: Johannes Berg To: backports@vger.kernel.org Cc: Johannes Berg Subject: [PATCH 1/3] backports: add linux/units.h Date: Thu, 12 Mar 2020 16:59:11 +0100 Message-Id: <20200312165913.e9a97c70de23.Idb983599e482232ae3cfc3328e837e8a9bf1af7a@changeid> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Sender: backports-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: backports@vger.kernel.org From: Johannes Berg We can just copy this. Signed-off-by: Johannes Berg --- copy-list | 1 + copy-list.intel | 1 + 2 files changed, 2 insertions(+) diff --git a/copy-list b/copy-list index 328e92d0fde5..ba10a0bf4b3a 100644 --- a/copy-list +++ b/copy-list @@ -23,6 +23,7 @@ include/linux/crc32poly.h include/linux/bitfield.h include/linux/average.h include/linux/overflow.h +include/linux/units.h # crypto_memneq crypto/memneq.c -> compat/memneq.c diff --git a/copy-list.intel b/copy-list.intel index ee944edaaefb..28b6bc87ddfe 100644 --- a/copy-list.intel +++ b/copy-list.intel @@ -21,6 +21,7 @@ scripts/spelling.txt -> intc-scripts/spelling.txt include/linux/bitfield.h include/linux/average.h include/linux/overflow.h +include/linux/units.h # crypto_memneq crypto/memneq.c -> compat/memneq.c