]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
misc: sram: Split sram data structures into local header
authorDave Gerlach <d-gerlach@ti.com>
Thu, 12 Jan 2017 20:52:18 +0000 (14:52 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Jan 2017 10:48:03 +0000 (11:48 +0100)
commitcdd1737cba7a6453c9453c55c4537a15cc1f49b2
treef5e789de7fb70f5786109b15a56386414bb52f4b
parent8a0934bf9b2c5d4b6ead0bf6f3f3a21c540053c1
misc: sram: Split sram data structures into local header

In preparation of a coming file split of the sram driver, move the
common data structures into a local header file that can be shared
between files related to the sram driver.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/sram.c
drivers/misc/sram.h [new file with mode: 0644]