From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S970966AbdEZJV1 (ORCPT ); Fri, 26 May 2017 05:21:27 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:42152 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1425968AbdEZJDQ (ORCPT ); Fri, 26 May 2017 05:03:16 -0400 From: Christoph Hellwig To: Thomas Gleixner Cc: Dimitri Sivanich , Mike Travis , linux-kernel@vger.kernel.org Subject: constify struct k_clock Date: Fri, 26 May 2017 12:03:09 +0300 Message-Id: <20170526090311.3377-1-hch@lst.de> X-Mailer: git-send-email 2.11.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, this series constifies all struct k_clock instances as well as the global posix_clocks array. To do so it first removes the SGI mmtimer driver, which only supports very old IA64 hardware, as that drivers has the only non core kernel struct k_clock instance.