Revert "Bluetooth: Controller: Deprecate bt_ctlr_set_public_addr"

This reverts commit b07be641e788d6be277ccfe8931149c993f9574e.

Signed-off-by: Jordan Yates <jordan@embeint.com>
diff --git a/include/zephyr/bluetooth/controller.h b/include/zephyr/bluetooth/controller.h
index 0c5c454..f4c64fa 100644
--- a/include/zephyr/bluetooth/controller.h
+++ b/include/zephyr/bluetooth/controller.h
@@ -29,7 +29,7 @@
  *
  *  @param addr Public address
  */
-__deprecated void bt_ctlr_set_public_addr(const uint8_t *addr);
+void bt_ctlr_set_public_addr(const uint8_t *addr);
 
 #ifdef __cplusplus
 }