From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752088AbcEAQY7 (ORCPT ); Sun, 1 May 2016 12:24:59 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:56744 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751467AbcEAQY6 (ORCPT ); Sun, 1 May 2016 12:24:58 -0400 Date: Sun, 1 May 2016 09:24:57 -0700 From: Greg Kroah-Hartman To: Ming Li Cc: Amitoj Kaur Chawla , Aybuke Ozdemir , Burcin Akalin , Anton Tatuev , Deepa Dinamani , devel , linux-kernel Subject: Re: [PATCH] Skein:move macros into appropriate header files Message-ID: <20160501162457.GA10113@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 22, 2016 at 08:17:07PM +0800, Ming Li wrote: > hi, i move macros into appropriate header files. Why? What other code needs these macros to require them being moved to a .h file? confused, greg k-h