From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752978AbdLYRL0 (ORCPT ); Mon, 25 Dec 2017 12:11:26 -0500 Received: from mail-wm0-f50.google.com ([74.125.82.50]:39338 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752164AbdLYRLZ (ORCPT ); Mon, 25 Dec 2017 12:11:25 -0500 X-Google-Smtp-Source: ACJfBotu947XprB17HJ/uFPRl4yqM34cRXa56GR2r5txCfwM0RldfUXtceT6yafQlxWy+reC7WWgOw== Date: Mon, 25 Dec 2017 20:11:21 +0300 From: Alexey Dobriyan To: akpm@linux-foundation.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH] uuid: cleanup Message-ID: <20171225171121.GA22754@avx2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Exported header doesn't use anything from , it is which uses memcmp(). Signed-off-by: Alexey Dobriyan --- include/linux/uuid.h | 1 + include/uapi/linux/uuid.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/uuid.h +++ b/include/linux/uuid.h @@ -17,6 +17,7 @@ #define _LINUX_UUID_H_ #include +#include #define UUID_SIZE 16 --- a/include/uapi/linux/uuid.h +++ b/include/uapi/linux/uuid.h @@ -19,7 +19,6 @@ #define _UAPI_LINUX_UUID_H_ #include -#include typedef struct { __u8 b[16];