commit | cce36444173b943f7b27e726ab38b3340cdebc41 | [log] [tgz] |
---|---|---|
author | Robert P. J. Day <rpjday@crashcourse.ca> | Thu Apr 21 10:00:18 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed May 04 16:02:40 2011 +1000 |
tree | ab48a588fbe884863e99ff5e5c1dffed59ae35af | |
parent | ecb7390211fe9cb14ff0bae116a3f4f1149c0b6c [diff] |
powerpc/pseries/bsr: Remove redundant initialization of bsr dev_t declaration. Remove the unnecessary initialization of "dev_t bsr_dev" since it's subsequently used in an "alloc_chrdev_region()" call which uses that variable in an output-only fashion. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>