diff options
Diffstat (limited to 'drivers/ntb/ntb_hw.c')
-rw-r--r-- | drivers/ntb/ntb_hw.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/ntb/ntb_hw.c b/drivers/ntb/ntb_hw.c index 4c71b17f0166..7d087bbab190 100644 --- a/drivers/ntb/ntb_hw.c +++ b/drivers/ntb/ntb_hw.c | |||
@@ -237,20 +237,6 @@ void ntb_unregister_transport(struct ntb_device *ndev) | |||
237 | } | 237 | } |
238 | 238 | ||
239 | /** | 239 | /** |
240 | * ntb_get_max_spads() - get the total scratch regs usable | ||
241 | * @ndev: pointer to ntb_device instance | ||
242 | * | ||
243 | * This function returns the max 32bit scratchpad registers usable by the | ||
244 | * upper layer. | ||
245 | * | ||
246 | * RETURNS: total number of scratch pad registers available | ||
247 | */ | ||
248 | int ntb_get_max_spads(struct ntb_device *ndev) | ||
249 | { | ||
250 | return ndev->limits.max_spads; | ||
251 | } | ||
252 | |||
253 | /** | ||
254 | * ntb_write_local_spad() - write to the secondary scratchpad register | 240 | * ntb_write_local_spad() - write to the secondary scratchpad register |
255 | * @ndev: pointer to ntb_device instance | 241 | * @ndev: pointer to ntb_device instance |
256 | * @idx: index to the scratchpad register, 0 based | 242 | * @idx: index to the scratchpad register, 0 based |