mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
Revert "spi: Merge spi_controller.{slave,target}_abort()"
This reverts commit2f5e8322cdwhich is commit6c6871cdaeupstream. It breaks the Android kernel abi and can be brought back in the future in an abi-safe way if it is really needed. Bug: 161946584 Change-Id: Ie74bf735e9102ae636f40b30ceff41e097f667e4 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -682,10 +682,8 @@ struct spi_controller {
|
||||
struct spi_message *message);
|
||||
int (*unprepare_message)(struct spi_controller *ctlr,
|
||||
struct spi_message *message);
|
||||
union {
|
||||
int (*slave_abort)(struct spi_controller *ctlr);
|
||||
int (*target_abort)(struct spi_controller *ctlr);
|
||||
};
|
||||
int (*slave_abort)(struct spi_controller *ctlr);
|
||||
int (*target_abort)(struct spi_controller *ctlr);
|
||||
|
||||
/*
|
||||
* These hooks are for drivers that use a generic implementation
|
||||
|
||||
Reference in New Issue
Block a user