]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: gpio: sandbox: Implement the remove() method
authorSimon Glass <sjg@chromium.org>
Sat, 4 Oct 2014 17:29:46 +0000 (11:29 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 24 Oct 2014 01:29:52 +0000 (19:29 -0600)
commit62cb89d5ebbe1abd22df8d5d5f442989fc7558af
tree3e9acc98f1ef767f8383f4f576e7f45c22834302
parent699ea9606ca8e4227c8be607197733d348cd12c4
dm: gpio: sandbox: Implement the remove() method

This method frees memory so we must make sure to implement it.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/gpio/sandbox.c